Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.rst #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/tutorial/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,23 @@ installed by pip. (See below.)

* **Ubuntu**

.. code:: bash

sudo apt install python3 python3-numpy python3-scipy python3-matplotlib python3-pytest python3-pip cython3

* **Debian 5** or newer. You first have to become root because the sudo program is not
configured by default::

.. code:: bash

su -
apt-get install python python-numpy python-scipy python-matplotlib python-pytest
exit

* **Fedora 32 and up**

.. code:: bash

sudo dnf install python3 python3-numpy python3-scipy python3-matplotlib python3-pytest python3-Cython


Expand All @@ -100,7 +106,7 @@ Alternatively, you can install TAMkin in your home directory:
pip install pytest --user # only needed to run unit tests

Lastly, you can also install TAMkin with conda. (See
https://www.continuum.io/downloads)
https://conda.io/miniconda.html)

.. code:: bash

Expand Down