Python 3.8.6 or higher is recommended. Git must be installed.
To successfully install UCI Schedule Creator, please follow these instructions:
- In the terminal, use the command
git clone https://github.com/Retronomia/Scheduler.git
- Delete the
venv
folder in theScheduler
directory - In the terminal, use the command
python -m -venv -venv
to make a new virtual environment - Activate the venv by using
venv\Scripts\activate
- In the venv, install Flask with
pip install flask
- Import the requests library with
pip install requests
- To start the Flask server, use
flask run