From 1bc9d6044d01684dd5d70c7aa29dd71cbb249d31 Mon Sep 17 00:00:00 2001 From: Chongchen Chen Date: Fri, 19 Apr 2024 09:20:35 +0800 Subject: [PATCH] update document --- README.md | 8 ++++++++ pyproject.toml | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 9e55024..870f64c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 260413c..17f0649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "Topic :: Security", ] dynamic = ["version"] [tool.maturin]