mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
added install script
This commit is contained in:
10
install.sh
Normal file
10
install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get dist-upgrade
|
||||
apt-get upgrade
|
||||
apt-get install python3-pip python3-dev cmake zip unzip build-essential git libnss-mdns --fix-missing
|
||||
apt-get install python3-numpy
|
||||
apt-get install python3-opencv
|
||||
pip3 install robotpy-cscore
|
||||
pip3 install pyzmq
|
||||
pip3 install tornado
|
||||
Reference in New Issue
Block a user