From dacb5170fd8c2a78e6b2553e156f83de1c0aecd1 Mon Sep 17 00:00:00 2001
From: tolgayurt <tolgayurt@mi.fu-berlin.de>
Date: Fri, 4 Dec 2020 20:25:57 +0000
Subject: [PATCH] Update README.md

---
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/README.md b/README.md
index 218e6f52..234ac22b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,23 @@
 # Packing_Polygons_Pycharm
 
+Installation 
+
+- Python 3.8 is required
+
+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
+
+---------------------------------------------------------------------------
+Linux
+1) git clone https://git.imp.fu-berlin.de/tolgayurt/packing_polygons_pycharm.git
+2) ./packing_polygons_pycharm/mysite/venv/Scripts/activate
+3) pip install -r packing_polygons_pycharm/mysite/requirements/base.txt
+4) python packing_polygons_pycharm/mysite/manage.py runserver
+
+
+
+Start your browser to use the Server and navigate to the url http://127.0.0.1:8000/
\ No newline at end of file
-- 
GitLab