Initial commit

This commit is contained in:
Gerber, Mike 2019-10-15 12:46:51 +02:00
commit ee7f6593d5
5 changed files with 32 additions and 0 deletions

5
run Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
virtualenv -p /usr/bin/python3 ~/.virtualenvs/test-nvidia
. ~/.virtualenvs/test-nvidia/bin/activate
pip3 install -r requirements.txt
python3 test-nvidia