copy
This commit is contained in:
4
gateware/initialize-python-environment.sh
Executable file
4
gateware/initialize-python-environment.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
Reference in New Issue
Block a user