Skip to content

Commit

Permalink
installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Feb 16, 2025
1 parent 21bbe5b commit 2f4d037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/anaconda_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ For Linux/macOS, click `HERE <https://docs.anaconda.com/navigator/install/>`__.

**STEP 1**. Run Anaconda Navigator. The application looks like this:

.. image:: img/installation/anaconda_navigator_1.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_1.webp
:width: 700
:align: center

**STEP 2**. On the left, click on the ``Environments`` tab, followed by
the <kbdCreate button highlighted in this image:

.. image:: img/installation/anaconda_navigator_2.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_2.webp
:width: 700
:align: center

Expand All @@ -33,23 +33,23 @@ enter the name of your new python conda environment, and which python
version it should have. Here, we select python 3.6, and name the
environment ``simba_env``. Next, we click the <kbdCreate button.

.. image:: img/installation/anaconda_navigator_3.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_3.webp
:width: 700
:align: center

**STEP 4**. Once complete, the new conda environment will be listed in
the graphical interface, together with any other environments you have
on your system:

.. image:: img/installation/anaconda_navigator_4.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_4.webp
:width: 700
:align: center

**STEP 5**. Each listed environment will have a little “play” button
associated with it. Once we click on the play button, we will see some
options. Go ahead and click on the ``Open Terminal`` option:

.. image:: img/installation/anaconda_navigator_5.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_5.webp
:width: 700
:align: center

Expand All @@ -68,7 +68,7 @@ window.
**STEP 7**. Once installed, type ``simba`` in your ternimal window, and
hit Enter, and SimBA will launch.

.. image:: img/installation/anaconda_navigator_7.webp
.. image:: tutorials_rst/img/installation/anaconda_navigator_7.webp
:width: 700
:align: center

Expand Down
1 change: 0 additions & 1 deletion simba/SimBA.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os.path
import warnings

warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)
import atexit
Expand Down

0 comments on commit 2f4d037

Please sign in to comment.