Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
/ CCaptcha Public archive

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott authored Nov 30, 2023
1 parent fb9e3d5 commit 6758186
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# CCaptcha
Custom Captcha image’s generator.

## Run on Computer/VPS
- Install Python and Git

**For Windows**
```
winget install python
winget install Git.Git
```

**For Linux(APT)**
```
sudo apt-get update && sudo apt-get install -y python git pip
```

**For MAC (HomeBrew)**
```
brew install python git
```
- Clone Repository
- Install Requirements
```
pip install -r requirements.txt
```
- Run Python Program
```
python main.py
```

0 comments on commit 6758186

Please sign in to comment.