From a8ffedb56d3622501448030453b3a42a2a123897 Mon Sep 17 00:00:00 2001 From: Andrew Herzing Date: Wed, 10 Apr 2024 10:26:07 -0400 Subject: [PATCH] Made ipympl install optional in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca4722..551b6d5 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: