Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 6, 2024
1 parent 787383f commit b4019fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,22 @@ pipelining = True

### 3.2 OPTIONAL PACKAGES

The Bottle framework (<http://bottlepy.org/>) is used for the REST API.
It is typically available as the ``python-bottle`` system package or ``bottle``
pip package.
The Flask framework (<https://flask.palletsprojects.com/>) is used for the REST API.
It is typically available as the ``python3-flask`` and ``python3-werkzeug`` system
packages or ``flask`` and ``werkzeug`` pip packages.

The CherryPy Web framework (<http://www.cherrypy.org/>), is needed for the REST
API. It is typically available as the ``python-cherrypy`` or
``python-cherrypy3`` system package or ``CherryPy`` pip package.
In newer versions (9.0 and later) the functionality has been moved to the
``cheroot`` library (<https://github.com/cherrypy/cheroot>) it can be
installed using pip.
API. It is typically available as the ``python3-cherrypy`` system package or
``CherryPy`` pip package. In newer versions (9.0 and later) the functionality
has been moved to the ``cheroot`` library (<https://github.com/cherrypy/cheroot>).
It is typically available ``python3-cheroot`` system package or ``cheroot`` pip package.

Apache-libcloud (<http://libcloud.apache.org/>) 3.0 or later is used in the
LibCloud, OpenStack and GCE connectors. It is typically available as the
``python-libcloud`` system package or ``apache-libcloud`` pip package.
``python3-libcloud`` system package or ``apache-libcloud`` pip package.

Boto (<http://boto.readthedocs.org>) 2.29.0 or later is used as interface to
Amazon EC2. It is available as package named ``python-boto`` in Debian based
Amazon EC2. It is available as package named ``python3-boto`` in Debian based
distributions or ``boto`` pip package. It can also be downloaded from boto
GitHub repository (<https://github.com/boto/boto>).
Download the file and copy the boto subdirectory into the IM install path.
Expand Down
13 changes: 7 additions & 6 deletions doc/source/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,17 @@ Finally, check the next values in the Ansible configuration file
Optional Packages
-----------------

* `The Bottle framework <http://bottlepy.org/>`_ is used for the REST API.
It is typically available as the 'python-bottle' package.
* `The Flask framework <https://flask.palletsprojects.com/>`_ is used for the REST API.
It is typically available as the 'python3-flask' and 'python3-werkzeug' packages.
* `The CherryPy Web framework <http://www.cherrypy.org/>`_, is needed for the REST API.
It is typically available as the 'python-cherrypy' or 'python-cherrypy3' package.
In newer versions (9.0 and later) the functionality has been moved `the cheroot
library <https://github.com/cherrypy/cheroot>`_ it can be installed using pip.
It is typically available as the 'python3-cherrypy' package. In newer versions (9.0
and later) the functionality has been moved `the cheroot
library <https://github.com/cherrypy/cheroot>`_. It is typically available as the
'python3-cherrot' package.
* `apache-libcloud <http://libcloud.apache.org/>`_ 3.0 or later is used in the
LibCloud, OpenStack, EGI and GCE connectors.
* `boto <http://boto.readthedocs.org>`_ 2.29.0 or later is used as interface to
Amazon EC2. It is available as package named ``python-boto`` in Debian based
Amazon EC2. It is available as package named 'python3-boto' in Debian based
distributions. It can also be downloaded from `boto GitHub repository <https://github.com/boto/boto>`_.
Download the file and copy the boto subdirectory into the IM install path.
* `pyOpenSSL <https://www.pyopenssl.org/>`_ is needed to secure the REST API
Expand Down

0 comments on commit b4019fb

Please sign in to comment.