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
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
