Skip to content

Commit

Permalink
Merge pull request #53 from Arcadia-Science/lanery-patch-1
Browse files Browse the repository at this point in the history
Fix dev install command in README
  • Loading branch information
lanery authored Aug 14, 2024
2 parents 73fca02 + 9c8577a commit e7d1450
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 @@ -23,7 +23,7 @@ For detailed documentation about the package and links to example plots, see the
We use poetry to manage dependencies and packaging. First, create a new conda environment and install poetry:

```bash
conda create -n arcadia-pycolor -f envs/dev.yml
conda env create -n arcadia-pycolor -f envs/dev.yml
conda activate arcadia-pycolor
```

Expand Down

0 comments on commit e7d1450

Please sign in to comment.