Skip to content

Commit

Permalink
update install command
Browse files Browse the repository at this point in the history
add quotation markers for easier install
  • Loading branch information
sophiamaedler authored Jun 4, 2023
1 parent 3c19710 commit d9ac3ec
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 @@ -22,7 +22,7 @@ git clone https://github.com/MannLabs/py-lmd
conda create -n "py-lmd-env"
conda activate py-lmd-env
conda install python=3.9 scipy scikit-image>=0.19 numpy numba -c conda-forge
conda install python=3.9 scipy 'scikit-image>=0.19' numpy numba -c conda-forge
pip install -e .
```
Expand Down

0 comments on commit d9ac3ec

Please sign in to comment.