-
Repo clonen
git clone https://github.com/P3nny/pfv.git -
In das Verzeichnis wechseln
cd pfv -
Virtuelles Environment aufsetzen
- MacOS/Linux:
python3 -m venv myvenv - Windows:
python -m venv myvenv
- MacOS/Linux:
-
Virtuelles Environment aktivieren
- MacOS/Linux:
source myvenv/bin/activate - Windows (git bash):
myvenv/Scripts/activate - Windows (Powershell):
myvenv/Scripts/Activate.ps1 - Windows (CMD):
myvenv/Scripts/activate.bat
- MacOS/Linux:
-
Benötigte Pakete installieren
pip install -r requirements.txt -
Jupyter lab starten
jupyter lab -
Bitte folgende Datei anklicken:
01_jupyter_lab.ipynb
christinegotth/pfv
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|