Prototype for datasheet data extraction
This commit is contained in:
6
venv-setup.sh
Executable file
6
venv-setup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
python -m venv ./venv
|
||||
source ./venv/bin/activate
|
||||
|
||||
pip install --upgrade pip
|
||||
Reference in New Issue
Block a user