Skip to main content

Practice ยท 3 of 3

The Restore Command

Given a fresh venv and a requirements.txt, which single pip command restores everything? Write restore_cmd() returning that command as a string.

Difficulty: beginner

Back to lesson: Practice: Requirements Hygiene