Go to file
marcgauch 194e23ac67 formatted 2023-06-03 14:37:56 +02:00
.vscode 7b 2023-06-03 13:13:03 +02:00
dashboard2 ADDED: A bit of comments for a reader 2023-05-12 15:48:53 +02:00
dashboard3 Aufgabe 6 2023-05-12 16:16:05 +02:00
dashboard7 Update main.py 2023-06-03 13:36:23 +02:00
dashboard8 formatted 2023-06-03 14:37:56 +02:00
.gitignore Create .gitignore 2023-05-12 14:02:10 +02:00
README.md Update README.md 2023-05-12 16:23:50 +02:00

README.md

Setup

Works on my machine...

uname -a

Linux marc-hp 5.15.0-70-generic #77-Ubuntu SMP Tue Mar 21 14:02:37 UTC 2023 x8664 x86_64 x86_64 GNU/Linux

python3 --version

Python 3.10.6

pip --version

pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)

Environment

Activate

  1. cd dashboardX
    
  2. python3 -m venv env
    
  3. source env/bin/activate
    
  4. pip install -r requirements.txt
    

Deactivate

deactivate

Run

python3 main.py

Packages

Add new Package

pip install <package-name>

Update requirements.txt

pip freeze > requirements.txt