Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
inovisao
pynovisao
Commits
e780819c
Commit
e780819c
authored
Jun 28, 2017
by
Gabriel Kirsten
Browse files
require sudo
parent
b28b017d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
INSTALL.sh
INSTALL.sh
+9
-1
No files found.
INSTALL.sh
View file @
e780819c
#!/bin/bash
clear
echo
"[PYNOVISAO INSTALLER] Installing PYNOVISAO... Please wait!"
#check if is root
if
[
"
$EUID
"
-ne
0
]
then
echo
"[PYNOVISAO INSTALLER] ERROR! Please run as root."
exit
fi
sudo
apt-get update
sudo
apt-get
-y
install
libfreetype6-dev tk tk-dev python-pip default-jre weka weka-doc
echo
"[PYNOVISAO INSTALLER] Installing libraries..."
pip
install
-r
requeriments.txt
echo
echo
"[PYNOVISAO INSTALLER] Installation completed!"
echo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment