Skip to content
Snippets Groups Projects
Commit 8810b45f authored by tolgayurt's avatar tolgayurt
Browse files

Update README.md

parent a153df1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment