From 1d98f85af7da0b1452c089d9bc654d9b7b14611b Mon Sep 17 00:00:00 2001 From: Darcy Linde <{47221647+Darcy-Linde@users.noreply.github.com}> Date: Mon, 23 May 2022 13:23:35 -0400 Subject: [PATCH] update pip command --- README.md | 2 +- docs/source/Getting-Started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -----------------