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
Deze oefening maakt deel uit van de cursus
Software Engineering Principles in Python
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen