Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 624 Bytes

Comité de Estudiantes de Ingeniería Telemática Website (Flask Version)

alt text

Instructions (MacOS)

  1. Clone the repository using 'git clone' on the terminal.
  2. Create a virtual enviroment using 'python3 -m venv /path/to/new/virtual/environment' Example: python3 -m venv ./.venv.
  3. Activate the virtual invoroment using 'source /path/to/new/virtual/environment/bin/activate'. Example: source ./.venv/bin/activate.
  4. Install the required python libraries using 'pip install -r requirements.txt'.
  5. Now you're ready to go! Run the application using 'python3 application.py'.