You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build the documentation you'll need [Sphinx](http://www.sphinx-doc.org/), [pandoc](http://pandoc.org/)
3
+
To build the documentation you'll need [Sphinx](http://www.sphinx-doc.org/)
5
4
and a few other packages.
6
5
7
-
First create a [conda environment](http://conda.pydata.org/docs/using/envs.html#use-environment-from-file) named `ipywidgets_docs` to install all the necessary packages:
Alternatively, it is also possible to create a virtual environment and activate it with the following commands:
19
11
@@ -31,6 +23,27 @@ In the environment, install the packages:
31
23
python -m pip install -r docs/requirements.txt
32
24
```
33
25
26
+
### Use conda
27
+
28
+
First create a [conda environment](http://conda.pydata.org/docs/using/envs.html#use-environment-from-file) named `ipywidgets_docs` to install all the necessary packages:
0 commit comments