You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/res/intro.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ It provides useful features like automatic retries and convenience functions tha
17
17
18
18
Requires Python 3.7+
19
19
20
-
Right now the client is not available on PyPI yet, so you can install it only from its [git repo](https://github.com/apify/apify-client-python).
21
-
To do that, run `pip install git+https://github.com/apify/apify-client-python.git`
20
+
You can install the client from its [PyPI listing](https://pypi.org/project/apify-client/).
21
+
To do that, simply run `pip install apify-client`.
0 commit comments