Skip to content

Commit

Permalink
Changing README.md to use conda create (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Aug 8, 2024
1 parent e154839 commit 2815408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-project-template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environments. If you have conda installed locally, you can run the following to
create and activate a new environment.

```
>> conda create env -n <env_name> python=3.10
>> conda create -n <env_name> python=3.10
>> conda activate <env_name>
```

Expand Down

0 comments on commit 2815408

Please sign in to comment.