Skip to content

Commit 5b6d305

Browse files
committed
Update readme
1 parent 2e4a356 commit 5b6d305

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Curl Adapter
2-
![PyPI - Downloads](https://img.shields.io/pypi/dw/curl-adapter)
2+
[![PyPI Downloads](https://static.pepy.tech/badge/curl-adapter/month)](https://pepy.tech/projects/curl-adapter)
33

44
A module that plugs straight-in to the python *[requests](https://github.com/psf/requests)* library and replaces the default *urllib3* HTTP adapter with **cURL**, equipped with TLS fingerprint changing capabilities.
55

@@ -22,7 +22,9 @@ Though, if you're looking for async support or websockets, you should definitely
2222
Additionally, you can even use curl adapter with [pycurl](https://github.com/pycurl/pycurl).
2323

2424
## Installation
25-
`pip install curl_adapter`
25+
```console
26+
pip install curl-adapter --upgrade --ignore-installed
27+
```
2628

2729
## Usage
2830
Basic example:

0 commit comments

Comments
 (0)