- Windows
- Open terminal using WinKey+R then Type "cmd" and then click "OK" . Run the following command
git clone https://github.com/khalidsaifullaah/BOOKy.git
cd BOOKy - Install and active virtual environment using
pip install virtualenv
virtualenv env
env\Scripts\activate - Change the directory using
cd Source Code - Now you need to install python packages to run the app
pip install -r requirements.txt - Run Django app
python manage.py runserver