Get Python from https://www.python.org/downloads/
- Open a terminal
- Type in git clone https://github.com/natarajan1993/RSS-reader-backstitch
- cd RSS-reader-backstitch
- Type "source/venv/bin/activate"
- Type "pip install -r requirements.txt"
- If you get an error that pip cannot be found, type "sudo easy_install pip"
- It should come installed by default on Windows
- cd rss_reader
- Type "python manage.py migrate"
- This will create the local database
- OPTIONAL: Type "python manage.py createsuperuser" to create an admin account
- Admin page can be accessed at http://localhost:8000/admin
- Type "python manage.py runserver"
- In a web browser go to http://localhost:8000/ to access the page