To use install if the package is not installed
This commit is contained in:
Jun Ki Min 2019-04-06 18:06:06 -04:00 коммит произвёл GitHub
Родитель 01d7505f20
Коммит 6a688ca4b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ We install the dependencies with Conda. As a pre-requisite, we want to make sure
```{shell}
conda update conda -n root
conda update anaconda
conda update anaconda # use 'conda install anaconda' if the package is not installed
```
We provide a script, [generate_conda_file.py](scripts/generate_conda_file.py), to generate a conda file, depending of the environment we want to use. This will create the environment using the Python version 3.6 with all the correct dependencies.