4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
python3 -m venv env
|
|
env/bin/pip3 install -r requirements.txt
|