InstallationΒΆ

Install py-part using the command

$ pip install py-part

To upgrade to the most recent release, use

$ pip install --upgrade py-part

To upgrade to the current develop branch, use

$ pip install --pre --upgrade --force --no-cache \
>     git+https://github.com/chdemko/py-part

pip is a script that downloads and installs modules from the Python Package Index, PyPI. It should come installed with your python distribution. If you are running linux, pip may be bundled separately. On a Debian-based system (including Ubuntu), you can install it using

# apt-get update
# apt-get install python3-pip