Skip to content
forked from P3nny/pfv

Programmieren für Volos 2020

Notifications You must be signed in to change notification settings

christinegotth/pfv

 
 

Repository files navigation

Programmieren für Volos 2020

  1. Repo clonen

    git clone https://github.com/P3nny/pfv.git

  2. In das Verzeichnis wechseln

    cd pfv

  3. Virtuelles Environment aufsetzen

    • MacOS/Linux: python3 -m venv myvenv
    • Windows: python -m venv myvenv
  4. 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
  5. Benötigte Pakete installieren

    pip install -r requirements.txt

  6. Jupyter lab starten

    jupyter lab

  7. Bitte folgende Datei anklicken:

    01_jupyter_lab.ipynb

About

Programmieren für Volos 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%