Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anandojha authored Mar 4, 2024
1 parent ff42c36 commit a81fc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ conda create -n manifold_learning python=3.10
conda activate manifold_learning
```
```bash
conda install -c conda-forge mayavi pyqt=5 python=3.10
conda install -c conda-forge pyqt=5
```
```bash
pip install notebook==6 seaborn mrcfile scipy nptyping scikit-learn numba tqdm imageio
pip install notebook==6 seaborn mrcfile scipy nptyping scikit-learn numba tqdm imageio toml
```
## Downloading the sample cryo-EM data for the notebooks
```bash
Expand Down

0 comments on commit a81fc3c

Please sign in to comment.