From 8810b45fb514fe6380437ae78a75013c9604c8c1 Mon Sep 17 00:00:00 2001 From: tolgayurt <tolgayurt@mi.fu-berlin.de> Date: Fri, 4 Dec 2020 21:55:42 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd7167f2..e5cdaad5 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ Installation Windows 1) download the repository 2) open terminal + 3) navigate to the repository -4) venv\Scripts\activate -5) pip install -r packing_polygons_pycharm\mysite\requirements\base.txt +4) create a new venv with: python3 -m venv myvenv +5) activate the venv with: venv\Scripts\activate +6) downloading packeges to to the venv with: pip install -r packing_polygons_pycharm\mysite\requirements\base.txt --------------------------------------------------------------------------------- Linux -- GitLab