Installation¶
Installing from PyPI¶
partypy can be installed from PyPI using pip:
$ pip install partypy
This is the preferred method to install partypy, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide
you through the process.
Installing from source¶
You can install the latest development version of partypy by cloning the GitHub repository and using poetry to install from the local directory:
$ git clone git://github.com/TomasBeuzen/partypy
$ cd partypy
$ poetry install