We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3c77f commit ef90627Copy full SHA for ef90627
docs/source/dev_docs.md
@@ -8,7 +8,7 @@ First create a [conda environment](http://conda.pydata.org/docs/using/envs.html#
8
9
```bash
10
# create the environment
11
-conda env create -n ipywidgets_docs -c conda-forge python pip
+conda create -n ipywidgets_docs -c conda-forge python pip
12
13
# activate the environment
14
conda activate ipywidgets_docs # Linux and OS X
0 commit comments