Installation

Installation

You can install the latest stable version of Cloud Storage using pip:

pip install cloudstorage

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

Source Code

Cloud Storage is actively developed on GitHub, where the code is always available.

You can either clone the public repository:

git clone https://github.com/scottwernervt/cloudstorage.git

Or, download the tarball:

curl -OL https://github.com/scottwernervt/cloudstorage/tarball/master

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

python setup.py install