Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 266 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 266 Bytes

payment_bot

For start project write:

python3 -m venv venv
. venv/bin/activate
pip install -r requiremenets.txt
chmod +x run

For run project write:

./run.sh

For run tests write:

python3 -m unittest tests