Skip to content

Retronomia/Scheduler

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages