Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 379 Bytes

StuRa-Veranstaltungsinfo

Installation

Debian

On Debian you need to install pip, clone this repository, create a virtual environment and install the requirements.

apt install python3-pip
git clone https://github.com/ref-it/veranstaltungsinfo.git
cd veranstaltungsinfo
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt