5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
python3 -m venv .venv
|
||
|
pip3 install -r requirements.txt
|