Skip to content

Commit 2815408

Browse files
authored
Changing README.md to use conda create (#465)
1 parent e154839 commit 2815408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-project-template/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ environments. If you have conda installed locally, you can run the following to
2929
create and activate a new environment.
3030

3131
```
32-
>> conda create env -n <env_name> python=3.10
32+
>> conda create -n <env_name> python=3.10
3333
>> conda activate <env_name>
3434
```
3535

0 commit comments

Comments
 (0)