Python - Requirements.txt ------------------------- The simplest way to specify Python packages is with a ``requirements.txt`` file that is compatible with ``pip install``. In this case, we install ``numpy``.