Getting Started#

Installing with pip#

We recommend using pip to install petcmd on all platforms:

$ python -m pip install petcmd

To get a specific version of petcmd:

$ python -m pip install petcmd==0.2.3

To upgrade using pip:

$ python -m pip install --upgrade petcmd

Installing from source#

You can also download the project source and install it:

$ git clone https://gitlab.com/tullp/petcmd.git
$ cd petcmd/
$ pip install .