From 73fa81875106a963d68849dc6040519936a58f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Berm=C3=BAdez=20Schettino?= Date: Thu, 11 Mar 2021 15:47:38 +0100 Subject: [PATCH] Readme: Fix commands for manual setup Upon creation of virtual environment a directory is automatically created. Creation of and changing directory is not needed in this case. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d9c0452..cd9bcc8 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,8 @@ A summry of the experiments performed and the results obtained as a part of [Go 2. #### Manual installation Create directory for your virtualenv ``` - mkdir venv - cd venv python -m virtualenv -p python3 venv - source bin/activate - cd .. + source venv/bin/activate ``` Now to install dependencies: