fix instruction to activate conda environment
This commit is contained in:
Родитель
1867a98228
Коммит
c27791b761
|
@ -12,7 +12,7 @@ To install the package, clone the repo and install all dependencies, preferably
|
|||
``` sh
|
||||
# Create conda env (optional)
|
||||
conda create --name presidio python=3.7
|
||||
activate presidio
|
||||
conda activate presidio
|
||||
|
||||
# Install package+dependencies
|
||||
pip install -r requirements.txt
|
||||
|
|
Загрузка…
Ссылка в новой задаче