Skip to content

Commit 62ef42e

Browse files
author
sfj
committed
Fix env creation command
1 parent 4618c50 commit 62ef42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The easiest way to install needed packages tools, is to have the [Anaconda Pytho
4747
Then run the following commands to install the necesssary packages.
4848

4949
```bat
50-
c:\path\to\anybody_tutorials> conda create -f environment.yaml
50+
c:\path\to\anybody_tutorials> conda env create -f environment.yaml
5151
```
5252

5353
afterwards activate the environment where the sphinx has been installed:

0 commit comments

Comments
 (0)