8 lines
112 B
Bash
Executable file
8 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
python3 -m venv venv
|
|
|
|
. venv/bin/activate
|
|
|
|
pip install --upgrade pip
|
|
pip install -r requirements.txt
|