Update README.md

This commit is contained in:
Mike Clark
2021-04-28 17:22:40 +08:00
committed by GitHub
parent 3877c14f39
commit ca9d82d313
+1 -1
View File
@@ -46,7 +46,7 @@ Project Organization
# Install requirements
```
conda create --name {{ cookiecutter.repo_name }} python=3.7 -f ./requirements/environment.yaml
conda env create --name {{ cookiecutter.repo_name }} python=3.7 -f ./requirements/environment.yaml
conda activate {{ cookiecutter.repo_name }}
# Install this package in editable mode
python -m pip install -e .