venv and pip install in dockerfile
This commit is contained in:
13
agent-py-bot/cmd.sh
Normal file
13
agent-py-bot/cmd.sh
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
#python -m venv /venv
|
||||
#! source /venv
|
||||
. /venv/bin/activate
|
||||
pip install python-telegram-bot requests selenium Pillow
|
||||
|
||||
|
||||
pip install ....
|
||||
|
||||
|
||||
|
||||
cd agent-py-bot/
|
Reference in New Issue
Block a user