Skip to content

Commit 94897c1

Browse files
authored
Update README.md
Correcting the Linux instructions to install anaconda and miniconda which was with the MacOS name files
1 parent 8a34c89 commit 94897c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ The final demo can be seen [here](https://www.youtube.com/watch?v=IJV11OGTNT8) a
115115
* For Anaconda, double click the Anaconda3-5.0.1-MacOSX-x86_64.pkg file you downloaded
116116

117117
#### Linux:
118-
* For Miniconda, open a terminal and navigate to the directory you downloaded Miniconda3-latest-MacOSX-x86_64.sh to and run:
118+
* For Miniconda, open a terminal and navigate to the directory you downloaded Miniconda3-latest-Linux-x86_64.sh to and run:
119119

120-
$ bash Miniconda3-latest-MacOSX-x86_64.sh
120+
$ bash Miniconda3-latest-Linux-x86_64.sh
121121

122-
* For Anaconda, open a terminal and navigate to the directory you downloaded Miniconda3-latest-MacOSX-x86_64.sh to and run:
122+
* For Anaconda, open a terminal and navigate to the directory you downloaded Anaconda3-5.0.1-Linux-x86_64.sh to and run:
123123

124124
$ bash Anaconda3-5.0.1-Linux-x86_64.sh
125125

0 commit comments

Comments
 (0)