diff options
| author | flawedworld <flawedworld@flawed.world> | 2023-07-06 23:05:25 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-07-06 18:15:59 -0400 |
| commit | d86767fc118607a43edd3ce4057cc089b27a536f (patch) | |
| tree | 7edfce9d033a4aa92945659725bbd22360befa30 /setup | |
| parent | 3da099a97bc7defefae2612dd81e1d6430b40a3d (diff) | |
Specify python3 in setup script
Diffstat (limited to 'setup')
| -rwxr-xr-x | setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ npm ci --ignore-scripts -python -m venv --clear venv +python3 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt |
