WELCOME TO "Project 2: Build a New York City Guide in Django!". WITH OUR FUN AND EASY TO USE WEBSITE, YOU CAN CHECK OUT ALL THE ACTIVITIES IN EACH BOROUGH!
A) first: mkdir [name of your directory]
B) second: [name of your directory]
C) then: clone into directory: https://github.com/Shawner1/NYC-Guide.git
D) next: python -m venv django-env (or python3 -m venv django-env)
E) now: (Windows users) django-env\Scripts\activate.bat
(Bash users) source django-env/Scripts/activate
(Unix or MacOS) source django-env/bin/activate
A) here: pip install django
A) do: pip freeze > requirements.txt
B) execute: python manage.py runserver
C) finally: http://127.0.0.1:8000/