Update README.md

This commit is contained in:
wassname
2022-06-28 02:26:58 +00:00
committed by GitHub
parent f6551338ec
commit ad2555e970
+1 -1
View File
@@ -46,7 +46,7 @@ Project Organization
# Install requirements
```
conda env create --name {{ cookiecutter.repo_name }} python=3.7 -f ./requirements/environment.yaml
conda 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 .