| 123456789101112131415161718192021 |
- Installation
- ============
- **Latest release**::
- pip install cloudbridge
- **Manual installation**::
- $ git clone https://github.com/gvlproject/cloudbridge.git
- $ cd cloudbridge
- $ python setup.py install
- **Developer installation**::
- pip install cloudbridge[dev]
- This will install additional libraries required by cloudbridge contributors, such as tox.
- **Prerequisites**: Cloudbridge runs on Python 2.7 and higher. Python 3 is recommended.
|