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
c8a8ce6c
Commit
c8a8ce6c
authored
Mar 08, 2019
by
Geazy Menezes
Browse files
Merge branch 'fix-instalador'
parents
7c3986ee
794178ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
INSTALL.sh
INSTALL.sh
+5
-5
requeriments.txt
requeriments.txt
+3
-2
No files found.
INSTALL.sh
View file @
c8a8ce6c
...
...
@@ -17,16 +17,16 @@ fi
echo
"[PYNOVISAO INSTALLER] Updating apt-get..."
sudo
apt-get
-qq
update
echo
"[PYNOVISAO INSTALLER] Installing prerequisites..."
sudo
apt-get
-qq
-y
install
libfreetype6-dev tk tk-dev python-pip
default-jre default
-jdk weka weka-doc python-tk python-matplotlib
python-opencv
sudo
apt-get
-qq
-y
install
libfreetype6-dev tk tk-dev python-pip
openjdk-8-jre openjdk-8
-jdk weka weka-doc python-tk python-matplotlib
source
~/.bashrc
echo
"[PYNOVISAO INSTALLER] Upgrading pip..."
pip
install
--upgrade
pip
--quiet
sudo
pip
install
--upgrade
pip
--quiet
# Numpy must be installed before installing javabridge
echo
"[PYNOVISAO INSTALLER] Installing numpy..."
pip
install
numpy
--quiet
sudo
pip
install
numpy
==
1.14.5
--quiet
echo
"[PYNOVISAO INSTALLER] Installing libraries..."
pip
install
-r
requeriments.txt
--quiet
sudo
pip
install
-r
requeriments.txt
--quiet
printf
"
${
YELLOW
}
\n
======== WARNING ========
\n
"
printf
"The Keras is necessary so that it is possible to use CNN. It is recommended to install the version for GPU processing (if available) but it is also possible to use CPU processing.
\n
"
...
...
requeriments.txt
View file @
c8a8ce6c
...
...
@@ -7,15 +7,16 @@ sympy
nose
networkx
scikit-image
javabridge
javabridge
==1.0.18
python-weka-wrapper
cycler==0.10
cython
h5py
scikit-learn
tensorflow-gpu
statistics
pandas_ml
pyxdg
opencv-contrib-python
python-interface
tqdm
sklearn
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