Skip to content

Commit

Permalink
Merge pull request #13 from lauraerinmann/master
Browse files Browse the repository at this point in the history
fix(ReadMe): updated virtualenv link
  • Loading branch information
agconti committed Jan 24, 2016
2 parents 71fe3c1 + 0c58edb commit 977ff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To run this notebook interactively:

1. Download this repository in a zip file by clicking on this [link](https://github.com/agconti/kaggle-titanic/archive/master.zip) or execute this from the terminal:
`git clone https://github.com/agconti/kaggle-titanic.git`
2. Install [virtualenv](http://virtualenv.readthedocs.org/en/latest/virtualenv.html#installation).
2. Install [virtualenv](http://virtualenv.readthedocs.org/en/latest/installation.html).
3. Navigate to the directory where you unzipped or cloned the repo and create a virtual environment with `virturalenv env`.
4. Activate the environment with `source env/bin/activate`
5. Install the required dependencies with `pip install -r requirements.txt`.
Expand Down

0 comments on commit 977ff15

Please sign in to comment.