Skip to content

Commit dd16f3f

Browse files
committed
Add instructions for installing new packages if environment is already set up
1 parent 24ba3a0 commit dd16f3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010

1111
Either way, we will include some of the new features of ipywidgets 8 in the tutorial.
1212

13-
### Installation instructions last updated 2022-06-17
13+
### Installation instructions last updated 2022-07-09
14+
15+
#### Read this if you set up the tutorial environment before 2022-07-09
16+
17+
> We have added two packages to the list of requirements on 2022-07-09. To add those packages to the environment you have already
18+
> created, either `conda install -c conda-forge mpl-interactions=0.22.0 orjson=3.7.7` or, if you use pip,
19+
> `pip install mpl-interactions==0.22.0 orjson==3.7.7`. Do not panic if you cannot update your environment; these packages are used in
20+
> only two or three cells.
1421
1522
We **strongly recommend** using the conda Python distribution. You can install either [miniconda](https://conda.io/miniconda.html) (much smaller, only essential packages) or the full [anaconda distribution](https://www.continuum.io/downloads) (very extensive, but very, very large).
1623

0 commit comments

Comments
 (0)