/Virtualenv-setup

Some helper files to setup virtualenv the way I like.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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