mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
python3 -m venv ~/.infix-test-venv
|
|
. ~/.infix-test-venv/bin/activate
|
|
|
|
python3 -m pip install --upgrade pip
|
|
python3 -m pip install -r "$1"
|