yinchangchang / Virtualenv-setup

Some helper files to setup virtualenv the way I like.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtualenv-setup

Some helper files to setup virtualenv the way I like.

Usage

To use, run:

cd $VIRTUAL_ENV/bin/
wget https://raw.githubusercontent.com/tomlepaine/Virtualenv-setup/master/setup.sh
chmod 777 setup.sh
./setup.sh

To use pre-commit hooks. In a git repo run:

pre-commit-setup

Requirements

  • git
  • jupyter
  • pre-commit
  • yapf
  • isort

About

Some helper files to setup virtualenv the way I like.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 61.5%Language:Shell 38.5%