Skip to content

Commit 005b133

Browse files
Update README.md (#465)
Updated the install command to add the `-U` flag. This tells `pip` to install or update to the latest package if it's already installed.
1 parent 826cb57 commit 005b133

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Welcome to the official Python client library for the [Polygon](https://polygon.
77

88
## Install
99

10+
Please use pip to install or update to the latest stable version.
1011
```
11-
pip install polygon-api-client
12+
pip install -U polygon-api-client
1213
```
1314
Requires Python >= 3.8.
1415

0 commit comments

Comments
 (0)