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
8611454f
Commit
8611454f
authored
Jun 29, 2017
by
Gabriel Kirsten
Browse files
install default-jdk, update pip by default, install numpy before javabridge
parent
e780819c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
INSTALL.sh
INSTALL.sh
+4
-1
No files found.
INSTALL.sh
View file @
8611454f
...
...
@@ -9,9 +9,12 @@ if [ "$EUID" -ne 0 ]
fi
sudo
apt-get update
sudo
apt-get
-y
install
libfreetype6-dev tk tk-dev python-pip default-jre weka weka-doc
sudo
apt-get
-y
install
libfreetype6-dev tk tk-dev python-pip default-jre
default-jdk
weka weka-doc
python-tk
echo
"[PYNOVISAO INSTALLER] Installing libraries..."
pip
install
--upgrade
pip
# Numpy must be installed before installing javabridge
pip
install
numpy
pip
install
-r
requeriments.txt
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