File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 30
30
environment-name : httomo_backends
31
31
create-args : >-
32
32
cupy==12.3.0
33
- ccpi::ccpi-regulariser
34
33
post-cleanup : ' all'
35
34
init-shell : bash
36
35
Original file line number Diff line number Diff line change @@ -14,12 +14,23 @@ Purpose of HTTomo-backends
14
14
Installation
15
15
============
16
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).
17
+ HTTomo-backends is available on PyPI, so it can be installed into either a virtual environment
18
+ or a conda environment.
19
+
20
+ Virtual environment
21
+ ~~~~~~~~~~~~~~~~~~~
22
+ .. code-block :: console
23
+
24
+ $ python -m venv httomo-backends
25
+ $ source httomo-backends/bin/activate
26
+ $ pip install httomo-backends
27
+
28
+ Conda environment
29
+ ~~~~~~~~~~~~~~~~~
19
30
20
31
.. code-block :: console
21
32
22
33
$ conda create --name httomo-backends
23
34
$ conda activate httomo-backends
24
- $ conda install -c ccpi -c conda-forge ccpi-regulariser cupy==12.3.0
35
+ $ conda install -c conda-forge cupy==12.3.0
25
36
$ pip install httomo-backends
You can’t perform that action at this time.
0 commit comments