The requirements file format¶ The requirements file is a way to get pip to install specific packages to make up an environment. This document describes that format. To read about when you should use requirement files, see Requirements Files. Each line of the requirements file indicates something to be installed. For example: tells pip to install the 3.0 version of MyPackage. You can also install a