Install#
Note: This package requires Python 3.8 or later.
There are many ways to install this package. Below are some examples.
Install using pip (recommended).#
Requirements#
Steps#
Open the terminal.
To install the package from PyPi, just run this command:
# Linux/macOS python3 -m pip install -U sort-requirements-file # Windows py -3 -m pip install -U sort-requirements-file
If you want to install the development version, do the following (note that this required you to have
Gitinstalled in your machine):pip install git+https://github.com/HigherOrderLogic/sort-requirements-file
Install using git.#
Requirements#
Steps#
Clone the repo.
git clone https://github.com/HigherOrderLogic/sort-requirements-file.git cd sort-requirements-fileThen run this command to install the package.
python setup.py install