1
0
Fork 0

Update run_gen.sh

This commit is contained in:
TED A. ⭕ 2023-09-30 18:18:36 +00:00 committed by GitHub
parent 070e2f4af8
commit 9c6a3983a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
#!/bin/bash
python3.11 -m venv .
source script/bin/activate
# Xvfb :99 -screen 0 1280x1024x24 &
# export DISPLAY=:99
Xvfb :99 -screen 0 1280x1024x24 &
export DISPLAY=:99
pip install pillow
pip install requests