Installation

PRSW requires Python 3.7+. The easiest way to install PRSW is via pip.

pip install prsw

Note

Depending on your system, you may need to use pip3 to install packages for Python 3.

Updating PRSW

PRSW can be updated by running:

pip install --upgrade prsw

Installing Specific Versions

Specific versions of PRSW can be installed by specifying a version number:

pip install prsw==0.1.0

Installing the Latest Development Version

pip install --upgrade https://github.com/jvoss/prsw/archive/master.zip