Skip to content

meritisgroup/challenge-crack-the-captcha-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge Crack The Captcha by Meritis

Prepare Python environment

requirement: Python > 3.4

Windows

python -m venv .env 
.env\Scripts\activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt

Linux

python -m venv .env 
source .env/bin/activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt

About

Public resources for the challenge "Crack The Capcha" by Meritis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages