Skip to content

Commit

Permalink
Merge pull request #16 from lauraerinmann/patch-2
Browse files Browse the repository at this point in the history
fix(ReadMe): updated virtualenv command
  • Loading branch information
agconti committed Jan 24, 2016
2 parents 977ff15 + b366610 commit b6881b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Expand Up @@ -10,7 +10,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/installation.html).
3. Navigate to the directory where you unzipped or cloned the repo and create a virtual environment with `virturalenv env`.
3. Navigate to the directory where you unzipped or cloned the repo and create a virtual environment with `virtualenv env`.
4. Activate the environment with `source env/bin/activate`
5. Install the required dependencies with `pip install -r requirements.txt`.
6. Execute `ipython notebook` from the command line or terminal.
Expand Down

0 comments on commit b6881b3

Please sign in to comment.