Installing

Supported Python Version

Pincer supports Python 3.8 and higher

Virtual Environment

Before installing Pincer, it is recommended to use a virtual environment. More information can be found in the venv documentation.

$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m venv venv
$ venv\Scripts\activate.bat # Windows

Installing the package

As pincer is on PyPi, it can be installed using pip. Note: The command to install may vary system to system. Try another if one fails.

$ pip install pincer  # should work on most systems
$ py -m pip install pincer # should work on windows
$ python3 -m pip install pincer # try replacing `3` with the version you have
$ pip install "git+https://github.com/pincer-org/pincer"

Installing [speed]

To Get Our [speed] Version with aiohttp speed up just do this

$ pip install pincer[speed]