From fa8daee45641228d7df80dfe2bcd00ade9286144 Mon Sep 17 00:00:00 2001 From: Neylson Crepalde <neylsoncrepalde@gmail.com> Date: Thu, 12 Nov 2020 13:23:14 -0300 Subject: [PATCH] docs update --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5c49d0d..475f1c3 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,11 @@ This is also our way of reinforcing our position that women should be taking mor ### Dependencies -- Anaconda or Miniconda Python (>= 3.6) -- conda (>= 4.8) +- Python (>= 3.6) - **docker** -Hermione depends on conda to build and manage virtual conda environments. If you don't have it installed, please visit -<a href="https://www.anaconda.com/products/individual" target="_blank">Anaconda website</a> or -<a href="https://docs.conda.io/en/latest/miniconda.html" target="_blank">Miniconda website</a>. - +Hermione does not depend on conda to build and manage virtual environments anymore. It uses `venv` instead. + ### Install @@ -68,9 +65,18 @@ hermione new project_hermione Do you want to start with an implemented example (recommended) [y/n]? [y]: ``` -3. Hermione already creates a conda virtual environment for the project. Activate it +3. Hermione already creates a virtual environment for the project. For Windows users, activate it with + +```cmd +<project_name>_env\Scripts\activate +``` + +For linux and MacOS users, do + +```bash +source <project_name>_env/bin/activate +``` -![](https://cdn-images-1.medium.com/max/800/1*38yp-E_AUxM7lIw9PCo0rw.png) 4. After activating, you should install some libraries. There are a few suggestions in “requirements.txt” file: