-
Notifications
You must be signed in to change notification settings - Fork 4
Web GUI Installation
Dimitris Katsiros edited this page Sep 20, 2019
·
9 revisions
- Python 3.6 or later
- pip3
-
Clone the repository
git clone https://github.com/eellak/gsoc2019-anonymization.git
-
Install the requirements
cd gsoc2019-anonymization sudo pip3 install -r requirements.txt
-
Start the server
cd src python3 manage.py runserver --insecure
Now by default django serves at http://127.0.0.1:8000 .