Skip to content

Commit fdafea0

Browse files
committed
Update installation instructions in README file
1 parent 7bc58b9 commit fdafea0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ Purpose of HTTomo-backends
1111
* Supporting scripts to calculate memory, size and padding estimators of the methods
1212

1313

14-
Install HTTomo-backends
15-
=======================
14+
Installation
15+
============
16+
17+
HTTomo-backends is available on PyPI, but currently can only be installed into a conda
18+
environment (due to a dependency being available only through conda).
1619

1720
.. code-block:: console
1821
22+
$ conda create --name httomo-backends
23+
$ conda activate httomo-backends
24+
$ conda install -c ccpi -c conda-forge ccpi-regulariser cupy==12.3.0
1925
$ pip install httomo-backends
20-

0 commit comments

Comments
 (0)