We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da0d7e2 + fda6709 commit 16b0e13Copy full SHA for 16b0e13
requirements.sh
@@ -0,0 +1,15 @@
1
+#!/bin/sh
2
+
3
+sudo apt-get install python3-tk -y
4
+sudo apt-get install python3-opencv -y
5
+sudo apt-get install python3-pip -y
6
7
+sudo pip3 install posix_ipc
8
+sudo apt-get install xclip -y
9
10
+sudo apt-get install curl -y
11
+curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
12
+sudo apt-get install -y nodejs
13
14
+node --version
15
+npm --version
0 commit comments