IniziaInizia gratis

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

Questo esercizio fa parte del corso

Software Engineering Principles in Python

Visualizza il corso

Esercizio pratico interattivo

Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi

Inizia esercizio