Project and Requirement Documentation for the European Campus Card Pilot Project by the EUGLOH Workpackage - Campus Life
The generated documentation is publical availiable under: https://ecc-pilot.github.io/documentation/
Please contact: heis.it.wp5.eugloh@up.pt
This repository uses Sphinx and MyST-parser for generating the documentation.
- Create a Python 3 Virtual Environment:
python -m venv venv
# or
python3 -m venv venv
- Activate the Virtual Environment:
source venv/bin/activate
- Install the requirements for local development / generating the documentation:
python -m pip install -U -r requirements-develop.txt -c constraints.txt
- Create a Python 3 Virtual Environment: