Installation

Stable Release

To install Plone CLI, run this command in your terminal:

$ pip install plonecli --user

to upgrade, run:

$ pip install -U plonecli --user

This is the preferred method to install Plone CLI, as it will always install the most recent stable release in the user global site-packages.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From Sources

The sources for Plone CLI can be downloaded from the GitHub repo.

You can either clone the public repository:

$ git clone git@github.com:plone/plonecli.git

Or download the tarball:

$ curl  -OL https://github.com/plone/plonecli/archive/master.zip

Once you have a copy of the source, you can install it with:

$ pip install -e .[dev,test]