Update README.md

This commit is contained in:
wassname
2022-06-28 02:30:07 +00:00
committed by GitHub
parent ad2555e970
commit d2be3473c0
+1 -1
View File
@@ -46,7 +46,7 @@ Project Organization
# Install requirements
```
conda env create --name {{ cookiecutter.repo_name }} python=3.9 -f ./requirements/environment.yaml
mamba env create --name {{ cookiecutter.repo_name }} python=3.9 -f ./requirements/environment.yaml
conda activate {{ cookiecutter.repo_name }}
# Install this package in editable mode
python -m pip install -e .