File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 3030 environment-name : httomo
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 2727 environment-name : httomo
2828 create-args : >-
2929 cupy==12.3.0
30- ccpi::ccpi-regulariser
3130 post-cleanup : ' all'
3231 init-shell : bash
3332
Original file line number Diff line number Diff line change @@ -17,14 +17,24 @@ MPI protocols or as well serially.
1717Installation
1818============
1919
20- HTTomolibGPU is available on PyPI, but currently can only be installed into a conda environment
21- (due to a dependency being available only through conda) .
20+ HTTomolibGPU is available on PyPI, so it can be installed into either a virtual environment or
21+ a conda environment .
2222
23+ Virtual environment
24+ ~~~~~~~~~~~~~~~~~~~
25+ .. code-block :: console
26+
27+ $ python -m venv httomolibgpu
28+ $ source httomolibgpu/bin/activate
29+ $ pip install httomolibgpu
30+
31+ Conda environment
32+ ~~~~~~~~~~~~~~~~~
2333.. code-block :: console
2434
2535 $ conda create --name httomolibgpu # create a fresh conda environment
2636 $ conda activate httomolibgpu # activate the environment
27- $ conda install -c ccpi -c conda-forge ccpi-regulariser cupy==12.3.0 # for linux users
37+ $ conda install -c conda-forge cupy==12.3.0 # for linux users
2838 $ pip install httomolibgpu
2939
3040 Setup the development environment:
@@ -33,6 +43,6 @@ Setup the development environment:
3343.. code-block :: console
3444
3545 $ git clone [email protected] :DiamondLightSource/httomolibgpu.git # clone the repo 36- $ conda env create --name httomolibgpu -c ccpi -c conda-forge ccpi-regulariser cupy==12.3.0 # install dependencies
46+ $ conda env create --name httomolibgpu -c conda-forge cupy==12.3.0 # install dependencies
3747 $ conda activate httomolibgpu # activate the environment
3848 $ pip install -e ./httomolibgpu[dev] # editable/development mode
You can’t perform that action at this time.
0 commit comments