Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit 6aceba6

Browse files
committed
different anaconda command on windows
1 parent 592a565 commit 6aceba6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ followed by
3838

3939
source activate py34
4040

41-
at the command line. (If this doesn't work, have a look here: http://continuum.io/blog/anaconda-python-3). After that you can start the course with double clicking the file start-windows.bat (if you are working on Windows) or start-unix.sh if you work with Linux or start-osx.command if you work on Mac OS X.
41+
at the command line. If you work on a Windows machine, use the following command instead:
42+
43+
activate py34
44+
45+
(If this doesn't work, have a look here: http://continuum.io/blog/anaconda-python-3). After that you can start the course with double clicking the file start-windows.bat (if you are working on Windows) or start-unix.sh if you work with Linux or start-osx.command if you work on Mac OS X.
4246

4347
### Windows
4448
Download and install the Anaconda Python Distribution (see above).

0 commit comments

Comments
 (0)