Python3
numpy v1.16.2
pandas v0.24.2
pydot v1.4.1
scikit_learn v0.20.3
- Install
Python3
by following this article. - Check if your system has installed Python3 and what version it is by typing
python --version
- If the default version is at least v3, use
python
andpip
in the following guidelines - Otherwise, if the default version is v2, use
python3
andpip3
-
Install relevant dependencies by running
pip install -r requirements.txt
. -
If any command above fails, refer to the
Installing Manually
section below.
-
Install
numpy
by typingpip install numpy
. Refer to this guide if the above command fails. -
Install
pandas
by typingpip install tabulate
. Refer to this guide if the above command fails. -
Install
pydot
by typingpip install pydot
. Refer to this guide if the above command fails. -
Install
scikit_learn
by typingpip install scikit_learn
. Refer to this guide if the above command fails.
Launch the application by using the following command:
python main.py