Skip to content

Commit fc25ecf

Browse files
committed
Add installation from conda-forge to readme
1 parent 5714116 commit fc25ecf

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,28 @@
3232

3333
## Installation
3434

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)
3636

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/):
4038

41-
or with [uv](https://docs.astral.sh/uv/):
39+
```bash
40+
pip install apify-client
41+
```
4242

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+
```
4656

47-
or any other Python package manager that consumes PyPI.
4857

4958
## Quick start
5059

0 commit comments

Comments
 (0)