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 e154839 commit 2815408Copy full SHA for 2815408
1 file changed
python-project-template/README.md.jinja
@@ -29,7 +29,7 @@ environments. If you have conda installed locally, you can run the following to
29
create and activate a new environment.
30
31
```
32
->> conda create env -n <env_name> python=3.10
+>> conda create -n <env_name> python=3.10
33
>> conda activate <env_name>
34
35
0 commit comments