Skip to content

Commit

Permalink
update conda create
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed Feb 28, 2024
1 parent e506dce commit 4cba0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ virtual environment. If you have conda installed locally, you can run the follow
create and activate a new environment.

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

Expand Down

0 comments on commit 4cba0fc

Please sign in to comment.