Skip to content

Commit

Permalink
update README for Py2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lcjohnso authored Jan 30, 2023
1 parent aea0280 commit 70f94ae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ the API behind [the Zooniverse](https://www.zooniverse.org/).
## Installation

The Panoptes CLI is written in Python, so in order to install it you will need
to install either Python 2 or Python 3, along with `pip`. macOS and Linux
already come with Python installed, so run this to see if you already have
everything you need:
to install Python 3 along with `pip`. Please note: while still compatible with
Python 2.7, we have ended support for use of the CLI with this deprecated version.
macOS and Linux already come with Python installed, so run this to see if you
already have everything you need:

```
$ python --version && pip --version
Expand All @@ -17,7 +18,8 @@ $ python --version && pip --version
If you see an error like `python: command not found` or `pip: command not found`
then you will need to install this:

- [Python installation](https://wiki.python.org/moin/BeginnersGuide/Download)
- [Python installation](https://wiki.python.org/moin/BeginnersGuide/Download)
(or [Miniconda installation](https://docs.conda.io/en/latest/miniconda.html))
- [Pip installation](https://pip.pypa.io/en/stable/installing/)

Once these are installed you can just use `pip` to install the latest release of
Expand Down

0 comments on commit 70f94ae

Please sign in to comment.