mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:32:05 -08:00
7 lines
187 B
Bash
7 lines
187 B
Bash
#!/bin/bash
|
|
|
|
python3 -m venv venv
|
|
venv/bin/pip3 install -r local-requirements.txt
|
|
|
|
# Install Firefox as well (Playwright freaks out when it's missing)
|
|
venv/bin/playwright install firefox
|