Skip to content

Commit 0362595

Browse files
committed
readme: updated install command for new Anaconda versions 2018
1 parent 3a0f421 commit 0362595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Or for current versions of Anaconda (Mar 2018)
3232
3333
$ conda create -n skl_tut python=3.4.5 ipywidgets=5.2.2 numpy scipy matplotlib scikit-learn ipython-notebook seaborn pillow
3434
35-
activate skl_tut
35+
$ activate skl_tut
3636
37-
jupyter notebook --notebook-dir='<tutorial folder>'
37+
$ jupyter notebook --notebook-dir='<tutorial folder>'
3838
```
3939

4040
Alternatively, you can download and install the (very large) Anaconda software distribution, found at https://store.continuum.io/.

0 commit comments

Comments
 (0)