diff --git a/README.md b/README.md index dd7167f2930d65b203038a9d33d77100aaec50d1..e5cdaad5c070e113bfa2ab139d07d63470dcebdd 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