To host TutorGPT, run the following commands...
Windows:
git clone https://github.com/adazing/tutorGPT.git
python -m venv env
env/Scripts/activate
cd tutorGPT/tutorGPT
python manage.py runserver
Linux:
git clone https://github.com/adazing/tutorGPT.git
python3 -m venv env
source env/bin/activate
cd tutorGPT/tutorGPT
python3 manage.py runserver
MacOS:
delete computer
git and python must be pre-installed.
