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 3030 environment-name : httomo_backends
3131 create-args : >-
3232 cupy==12.3.0
33- ccpi::ccpi-regulariser
3433 post-cleanup : ' all'
3534 init-shell : bash
3635
Original file line number Diff line number Diff line change @@ -14,12 +14,23 @@ Purpose of HTTomo-backends
1414Installation
1515============
1616
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+ ~~~~~~~~~~~~~~~~~
1930
2031.. code-block :: console
2132
2233 $ conda create --name httomo-backends
2334 $ 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
2536 $ pip install httomo-backends
You can’t perform that action at this time.
0 commit comments