We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc58b9 commit fdafea0Copy full SHA for fdafea0
README.rst
@@ -11,10 +11,15 @@ Purpose of HTTomo-backends
11
* Supporting scripts to calculate memory, size and padding estimators of the methods
12
13
14
-Install HTTomo-backends
15
-=======================
+Installation
+============
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).
19
20
.. code-block:: console
21
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
25
$ pip install httomo-backends
-
0 commit comments