osx / linux / bashonwindows install instructions
bzw. unter Windows den windows powershell install instructions
auf der Webseite. shell> poetry config virtualenvs.in-project true
shell> poetry install
Creating virtualenv pythonkurs2020-part1 in /%path_to_folder%/pythonkurs2020_1_get_started/.venv
Installing dependencies from lock file
No dependencies to install or update
(alternativ) Falls du alternativ ein neues Paket initialisiertst, verwende folgenden Befehl
shell> poetry init
.venv
in deinem Projektverzeichnis. (.venv)> waiting
Wir installieren jetzt
Using version ^2.6.0 for pylint Using version ^6.1.4 for notebook Using version ^0.5.1 for jupyter_contrib_nbextensions
Updating dependencies Resolving dependencies… (3.0s)
Writing lock file
Package operations: 62 installs, 0 updates, 0 removals