You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,14 @@ Alternatively, command line download instructions for UNIX systems:
24
24
$ wget http://bit.ly/miniconda
25
25
$ bash miniconda
26
26
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
+
27
31
28
32
##Setup your environment
29
33
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`):
31
35
32
36
$ conda env create
33
37
$ source activate kaggletutorial
@@ -36,7 +40,7 @@ Once you have either Miniconda or Anaconda, you can just run the following comma