Skip to content

Installation

To install the latest pre-release version of PyCentral, use the following command:

pip3 install --pre pycentral

Upgrading from PyCentral V1 to V2

If you are currently using PyCentral-V1 and want to upgrade to the latest pre-release version of PyCentral-V2, run:

pip3 install --upgrade --pre pycentral

Upgrading to V2 will not break existing Classic Central workflows - V2 remains fully backward-compatible with V1 while enabling access to New Central & GLP APIs.

Next Steps