Skip to content

Commit

Permalink
readme: rely on badge for py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Apr 17, 2020
1 parent eb82a2e commit 84c8ad9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ CS

A simple, yet powerful CloudStack API client for python and the command-line.

* Python 2.7+ and 3.4+ support.
* Async support for Python 3.5+.
* Async support.
* All present and future CloudStack API calls and parameters are supported.
* Syntax highlight in the command-line client if Pygments is installed.
* BSD license.
Expand All @@ -31,7 +30,7 @@ Installation
# with the colored output
pip install cs[highlight]

# with the async support (Python 3.5+)
# with the async support
pip install cs[async]

# with both
Expand Down

0 comments on commit 84c8ad9

Please sign in to comment.