0.1 Installing and updating

Installing

The best way to install pyCloudy is to use pip.

Installation is done with:

pip install pyCloudy

updates and upgrades with:

pip install -U pyCloudy

removing pyCloudy with:

pip uninstall pyCloudy

Using in Python

In all the examples used here, we import the pyCloudy package using the alias pc:

import pyCloudy as pc