Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions impit-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ It allows you to switch the TLS fingerprints and the HTTP headers of your reques

## Installation

```bash
pip install impit
```
`impit` is published on [PyPI](https://pypi.org/project/impit/) and [conda-forge](https://anaconda.org/conda-forge/impit).

- From [PyPI](https://pypi.org/project/impit/), it can be installed with [pip](https://pip.pypa.io/):

```bash
pip install impit
```

- From [conda-forge](https://anaconda.org/conda-forge/impit), it can be installed with [conda](https://docs.conda.io/en/latest/):

```bash
conda install conda-forge::impit
```

### Compatibility

Expand Down
Loading