14 lines
157 B
Bash
14 lines
157 B
Bash
|
|
|
|
#python -m venv /venv
|
|
#! source /venv
|
|
. /venv/bin/activate
|
|
pip install python-telegram-bot requests selenium Pillow
|
|
|
|
|
|
pip install ....
|
|
|
|
|
|
|
|
cd agent-py-bot/
|