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: README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,28 @@
32
32
33
33
## Installation
34
34
35
-
`apify-client` requires **Python 3.11 or higher**. It is published on [PyPI](https://pypi.org/project/apify-client/) and can be installed for example with [pip](https://pip.pypa.io/):
35
+
`apify-client` requires **Python 3.11 or higher** and it is published on [PyPI](https://pypi.org/project/apify-client/) and on [conda-forge](https://anaconda.org/channels/conda-forge/packages/apify-client/overview)
36
36
37
-
```bash
38
-
pip install apify-client
39
-
```
37
+
- From [PyPI](https://pypi.org/project/apify-client/), it can be installed for example with [pip](https://pip.pypa.io/):
40
38
41
-
or with [uv](https://docs.astral.sh/uv/):
39
+
```bash
40
+
pip install apify-client
41
+
```
42
42
43
-
```bash
44
-
uv add apify-client
45
-
```
43
+
or with [uv](https://docs.astral.sh/uv/):
44
+
45
+
```bash
46
+
uv add apify-client
47
+
```
48
+
49
+
or any other Python package manager that consumes PyPI.
50
+
51
+
52
+
- From [conda-forge](https://anaconda.org/channels/conda-forge/packages/apify-client/overview), it can be installed with [conda](https://docs.conda.io/en/latest/):
53
+
```bash
54
+
conda install conda-forge::apify-client
55
+
```
46
56
47
-
or any other Python package manager that consumes PyPI.
0 commit comments