diff --git a/README.md b/README.md index 233bebdd..d9e2a0bc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python client for the [Polygon.io API](https://polygon.io). ## Install -`pip install polygon-api-client~=1.0.0b` +`pip install polygon-api-client` Requires Python >= 3.8. diff --git a/docs/source/Getting-Started.rst b/docs/source/Getting-Started.rst index 5acf2401..15b9321e 100644 --- a/docs/source/Getting-Started.rst +++ b/docs/source/Getting-Started.rst @@ -8,7 +8,7 @@ Requirements: .. code-block:: shell - pip install polygon-api-client~=1.0.0b + pip install polygon-api-client HTTP client usage -----------------