mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 18:04:27 +08:00
Update README.md
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user