Installing package requirements
You've now written a requirements.txt file to recreate your package's environment using a pip install command. Given that you are running a shell session in the work_dir structure shown below, what command would properly recreate the my_package environment from requirements.txt?
work_dir/
├─ my_package
│├─ __init__.py
│└─ utils.py
├─ requirements.txt
└─ setup.py
Diese Übung ist Teil des Kurses
Software Engineering Principles in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten