New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
It works on your machine. It breaks on theirs.
What you'll have at the end
A requirements.txt file that installs the exact same package versions on any machine
You need
A Python script of your own that already runs and imports at least one package you installed yourself, not something from the language's standard library alone.
Not covered
This does not cover locking exact cryptographic hashes for extra supply-chain protection, or producing one file that resolves identically on every operating system; it only covers matching exact package versions between two machines on the same operating system.
Checked 25 Aug 2026
Part of the Python cookbook