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.
2 parents 0f3c77f + ef90627 commit 8fbc773Copy full SHA for 8fbc773
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