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: books/setup.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ Navigator can be found [here](https://docs.anaconda.com/navigator/tutorials/). I
31
31
going through these tutorials if you choose to use Navigator to setup the environment.
32
32
33
33
Another alternative for creating a computing environment is to use miniconda which is a minimal
34
-
installation of Anaconda containing only conda, Python and a few other useful packages such as
34
+
installation of Anaconda containing only conda, python and a few other useful packages such as
35
35
pip. Instructions for installation of miniconda will not be covered in this guide and can be found [here](https://docs.conda.io/projects/miniconda/en/latest/). If you want to know more, there is also a
36
36
comparison between Anaconda and miniconda given [here](https://docs.anaconda.com/distro-or-miniconda/).
37
-
In general, it is recommended to use Anaconda if you are new to conda or Python. If
37
+
In general, it is recommended to use Anaconda if you are new to conda or python. If
38
38
you have installed miniconda, it will also come with an Anaconda Prompt and a procedure like
39
39
the one outlined in the below steps can be used to set up the computing environment.
40
40
@@ -79,7 +79,7 @@ the one outlined in the below steps can be used to set up the computing environm
0 commit comments