Skip to content

Commit 224b51f

Browse files
committed
readme updates
1 parent d971584 commit 224b51f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ Alternatively, command line download instructions for UNIX systems:
2424
$ wget http://bit.ly/miniconda
2525
$ bash miniconda
2626

27+
## Get the `environment.yml`
28+
29+
The the `environment.yml` file in this repository (by downloading it, pulling the repository with `git pull https://github.com/dchudz/pycon2015-kaggle-tutorial.git`, or even forking and then pulling your own copy).
30+
2731

2832
## Setup your environment
2933

30-
Once you have either Miniconda or Anaconda, you can just run the following commands to setup your environment:
34+
Once you have either Miniconda or Anaconda, you can just run the following commands to setup your environment (from inside the directory with `environment.yml`):
3135

3236
$ conda env create
3337
$ source activate kaggletutorial
@@ -36,7 +40,7 @@ Once you have either Miniconda or Anaconda, you can just run the following comma
3640

3741
## Running the notebooks
3842

39-
$ ipython-notebook
43+
$ ipython notebook
4044

4145

4246
## Add more libraries

0 commit comments

Comments
 (0)