Skip to content

Commit

Permalink
Made ipympl install optional in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Apr 10, 2024
1 parent dd8ff76 commit a8ffedb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Installation
conda activate tomo
conda install -c astra-toolbox astra-toolbox
conda install -c conda-forge hyperspy
conda install -c conda-forge ipympl
conda update --all
```

Expand All @@ -30,6 +29,11 @@ Installation
pip install git+https://github.com/usnistgov/tomotools.git
```

# OPTIONAL: install `ipympl` and to enable interactive plotting in Jupyter
```bash
conda install -c conda-forge ipympl
```

Removal
-------
The package can be removed with:
Expand Down

0 comments on commit a8ffedb

Please sign in to comment.