Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 683 Bytes

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