Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 362 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 362 Bytes

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