https://github.com/fachschaftmathphysinfo/warteschlange_discord
https://github.com/fachschaftmathphysinfo/warteschlange_discord
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fachschaftmathphysinfo/warteschlange_discord
- Owner: FachschaftMathPhysInfo
- License: gpl-3.0
- Created: 2020-04-21T15:06:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T14:35:30.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:45:56.712Z (4 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warteschlangenbot für Discord
## Installation
Nach dem Klonen des Repositories gilt es die folgenden Schritte auszuführen:Erstelle optional eine virtuelle Umgebung über Python oder Conda Venvs und installiere die Abhängigkeiten über pip:
```
# Option über Python venv
python3 -m venv env
source env/bin/activate
pip3 install --upgrade pip# Installation der Pakete
pip3 install --upgrade -r requirements.txt
```