Skip to content

Commit

Permalink
Merge pull request #42 from lsst-uk/41-conda-create
Browse files Browse the repository at this point in the history
update conda create
  • Loading branch information
jrob93 authored Feb 28, 2024
2 parents e506dce + 4cba0fc commit f1122a1
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 f1122a1

Please sign in to comment.