Skip to content

Commit

Permalink
updating installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Aug 28, 2024
1 parent 3af3969 commit 6fad1c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/howto/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@ Install ToMoBAR as a pre-built conda Python package:
$ conda install -c httomo tomobar
or install with the main dependencies (preferably into a fresh environment):
or install with the main dependencies into a new environment:

.. code-block:: console
$ conda install -c httomo -c conda-forge tomophantom tomobar astra-toolbox ccpi-regulariser pypwt
Install ToMoBAR from PyPi:
+++++++++++++++++++++++++++
One can install ToMoBAR from PyPi, however, not all dependencies might be at PyPi yet.

.. code-block:: console
$ pip install tomobar
Create conda environment:
+++++++++++++++++++++++++
Sometimes the one-liner above doesn't work. In that case we suggest creating a new conda environment,
Expand Down

0 comments on commit 6fad1c4

Please sign in to comment.