Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 657 Bytes

UCI Schedule Creator Installation Instructions

Python 3.8.6 or higher is recommended. Git must be installed.

To successfully install UCI Schedule Creator, please follow these instructions:

  1. In the terminal, use the command git clone https://github.com/Retronomia/Scheduler.git
  2. Delete the venv folder in the Scheduler directory
  3. In the terminal, use the command python -m -venv -venv to make a new virtual environment
  4. Activate the venv by using venv\Scripts\activate
  5. In the venv, install Flask with pip install flask
  6. Import the requests library with pip install requests
  7. To start the Flask server, use flask run