Add pip activate instruction to README

pull/3/head
Denny Britz 2015-10-05 09:01:55 +02:00
parent ce61ac7804
commit 9d228f1909
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@
### iPython notebook setup
```bash
# Create a new virtual environment (optional)
# Create and activate new virtual environment (optional)
virtualenv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Start the notebook server