File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11### Installation Instructions
2- 1 . Install the astra-toolbox from conda-forge
2+ 1 . Install astra-toolbox, CuPy, and ipykernel from conda-forge:
33``` bash
44conda install -c conda-forge astra-toolbox
5- ```
6- 2 . Install CuPy from conda-forge
7- ``` bash
85conda install -c conda-forge cupy
6+ conda install -c conda-forge ipykernel
97```
10- 3 . Clone the pyxalign git repo
8+ 2 . Clone the pyxalign git repo
119``` bash
1210git clone https://github.com/hruth/pyxalign.git
1311```
14- 4 . Install the package
12+ 3 . Install the package
1513``` bash
1614cd pyxalign
1715pip install .
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ dependencies = [
1313 " tqdm" ,
1414 " ipywidgets" ,
1515 " plotly" ,
16- " ipykernel" ,
1716 " ipympl" ,
1817 " tifffile" ,
1918 " PyQt5" ,
You can’t perform that action at this time.
0 commit comments