Skip to content

Commit

Permalink
Fix command for installation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 11, 2023
1 parent 4bb01a1 commit be6a020
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 @@ -76,7 +76,7 @@ pip install -e hexrd
It is highly recommended to install hexrd in its own virtual env
```bash
conda create --hexrd-dev python=3.9 hexrd
conda create --name hexrd-dev python=3.9 hexrd
conda activate hexrd-dev
```
Expand Down

0 comments on commit be6a020

Please sign in to comment.