Update run_gen.sh
This commit is contained in:
parent
070e2f4af8
commit
9c6a3983a2
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
python3.11 -m venv .
|
||||||
|
|
||||||
source script/bin/activate
|
source script/bin/activate
|
||||||
|
|
||||||
# Xvfb :99 -screen 0 1280x1024x24 &
|
Xvfb :99 -screen 0 1280x1024x24 &
|
||||||
# export DISPLAY=:99
|
export DISPLAY=:99
|
||||||
|
|
||||||
pip install pillow
|
pip install pillow
|
||||||
pip install requests
|
pip install requests
|
||||||
|
|
Loading…
Reference in New Issue