Skip to content

Commit

Permalink
Merge pull request #102 from IndicoDataSolutions/version_fix
Browse files Browse the repository at this point in the history
updated version information
  • Loading branch information
Scott771 authored Mar 10, 2021
2 parents 43c04ef + ee2fe61 commit a3962d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Indico IPA platform Client
### A python client library for the [Indico IPA Platform](https://app.indico.io/).
### See the full [Documentation](https://indicodatasolutions.github.io/indico-client-python/).

# Installation
--------------
Required: Python 3.6, 3.7, or 3.8

From PyPI:
```bash
pip3 install indico-client
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/intro.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started
Installation
============

Requires python 3.6 or above.
Requires Python 3.6, 3.7 or 3.8.

To install the Python Client Library::

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h1>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>Requires python 3.6 or above.</p>
<p>Requires Python 3.6, 3.7 or 3.8.</p>
<p>To install the Python Client Library:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">indico</span><span class="o">-</span><span class="n">client</span>
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion docsrc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started
Installation
============

Requires python 3.6 or above.
Requires Python 3.6, 3.7 or 3.8.

To install the Python Client Library::

Expand Down

0 comments on commit a3962d3

Please sign in to comment.