Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkovsky committed Apr 19, 2024
1 parent be6f044 commit 1bc9d60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Captcha for Python, which generates captcha image by Rust.
- Simple, Easy to use;
- High performance.

## Install

Install captchax with pip:

```bash
pip install captchax
```

## Usage

```python
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security",
]
dynamic = ["version"]
[tool.maturin]
Expand Down

0 comments on commit 1bc9d60

Please sign in to comment.