Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 546 Bytes

Installation

  • Windows
  1. 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
  2. Install and active virtual environment using
    pip install virtualenv
    virtualenv env
    env\Scripts\activate
  3. Change the directory using
    cd Source Code
  4. Now you need to install python packages to run the app
    pip install -r requirements.txt
  5. Run Django app
    python manage.py runserver