install.rst 462 B

123456789101112131415161718192021
  1. Installation
  2. ============
  3. **Latest release**::
  4. pip install cloudbridge
  5. **Manual installation**::
  6. $ git clone https://github.com/gvlproject/cloudbridge.git
  7. $ cd cloudbridge
  8. $ python setup.py install
  9. **Developer installation**::
  10. pip install cloudbridge[dev]
  11. This will install additional libraries required by cloudbridge contributors, such as tox.
  12. **Prerequisites**: Cloudbridge runs on Python 2.7 and higher. Python 3 is recommended.