Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7839729 commit 6e38b65Copy full SHA for 6e38b65
README.md
@@ -7,7 +7,7 @@ Python client for the [Polygon.io API](https://polygon.io).
7
8
## Install
9
10
-`pip install polygon-api-client~=1.0.0b`
+`pip install polygon-api-client`
11
12
Requires Python >= 3.8.
13
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
14
-----------------
0 commit comments