Go to file
Marc Gauch 95e6e86cd5 FORMATTED: Original dashboard3 code from moodle 2023-05-12 15:34:38 +02:00
dashboard2 Task 5b done 2023-05-12 15:23:37 +02:00
dashboard3 FORMATTED: Original dashboard3 code from moodle 2023-05-12 15:34:38 +02:00
.gitignore Create .gitignore 2023-05-12 14:02:10 +02:00
README.md Update README.md 2023-05-12 15:29:55 +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