Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

noaahh/fhnw-ds-gdv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fhnw-ds-gdv

Setup

Clone the repository from GitHub:

git clone https://github.com/noaahh/fhnw-ds-gdv.git

You can create a new virtual environment with the following command:

python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt