diff --git a/README.md b/README.md index 15cc4bc..1fed9c9 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ For API documentation, see the [PythonDocs](https://algorithmia.com/docs/lang/py ## Install from PyPi The official Algorithmia python client is [available on PyPi](https://pypi.python.org/pypi/algorithmia). -Install it with pip: +Install it with pip3: ```bash -pip install algorithmia +pip3 install algorithmia ``` ## Install from source