Skip to content

Commit fda6709

Browse files
Add files via upload
1 parent da0d7e2 commit fda6709

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

requirements.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)