steamgifts-bot icon indicating copy to clipboard operation
steamgifts-bot copied to clipboard

README.md

Open ponfertato opened this issue 4 years ago • 0 comments

Please indicate that Python3 and Python3-venv is required for correct operation, or specify the following script: sudo apt-get install python3 && apt-get install python3-venv

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 src/cli.py

ponfertato avatar Nov 25 '20 13:11 ponfertato