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
* Download and install `Anaconda <https://www.anaconda.com/download/>`_
66
+
* Download and install `Anaconda <https://www.anaconda.com/download/>`
67
+
68
+
.. note::
69
+
For **Window users**, go to the start menu, find Anaconda Prompt inside the Anaconda floder
70
+
and run the above commends in Anaconda Prompt
71
+
61
72
* Activate conda by one of the next (or equivalent, if you know what you're doing):
62
73
* If you chose to prepend Anaconda to your PATH during install adding it to your ``~/.bashrc``, just restart your terminal.
63
74
* Otherwise, run ``export PATH="<path-to-anaconda>/bin:$PATH"`` in your terminal. Keep in mind that it will be active exclusively in the terminal you run this command.
0 commit comments