Commit 5687d9c8 authored by adam.fisher1's avatar adam.fisher1

Update README.md

parent 5284b867
......@@ -3,20 +3,20 @@
You must start off by cloning the repository. install **python** and **pip**:
Install the requirements:
1. Install the requirements:
pip install -r requirements.txt
|pip install -r requirements.txt
Initilise a new database:
2. Initilise a new database:
python manage.py migrate
Start the server:
3. Start the server:
python manage.py runserver
Access the server at http://localhost:8000/.
Access the server at *http://localhost:8000/.*
* [ ]
Prerequisites
Ensure you have the following software installed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment