PIP is a package installer for Python.
PIP
# check pip version pip --version # use specific version pip3 # List installed packages pip list # View contents of `pipfile.lock` in pipenv pipenv lock -r
pip3 install -r requirements.txt