From 6758186f062178b1ba25e62c36cc5741f041280b Mon Sep 17 00:00:00 2001 From: Scott <131740614+ProtonOSS@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:19:03 +0700 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 9e34e92..bfba19e 100644 --- a/README.md +++ b/README.md @@ -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 +```