Skip to content

Commit

Permalink
Add pre-release install instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Sep 5, 2023
1 parent f28f296 commit ef19718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ This should work on Linux(x86_64/aarch64), macOS(Intel/Apple Silicon) and Window
If it does not work on you platform, you may need to compile and install `curl-impersonate`
first and set some environment variables like `LD_LIBRARY_PATH`.

To install beta releases:

pip install curl_cffi --pre

## Usage

### requests-like
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "curl_cffi"
version = "0.5.9b3"
version = "0.5.9b4"
authors = [{ name = "Yifei Kong", email = "kong@yifei.me" }]
description = "libcurl ffi bindings for Python, with impersonation support"
license = { file = "LICENSE" }
Expand Down

0 comments on commit ef19718

Please sign in to comment.