Python3numpy v1.16.2pandas v0.24.2pydot v1.4.1scikit_learn v0.20.3
- Install
Python3by 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
pythonandpipin the following guidelines - Otherwise, if the default version is v2, use
python3andpip3
-
Install relevant dependencies by running
pip install -r requirements.txt. -
If any command above fails, refer to the
Installing Manuallysection below.
-
Install
numpyby typingpip install numpy. Refer to this guide if the above command fails. -
Install
pandasby typingpip install tabulate. Refer to this guide if the above command fails. -
Install
pydotby typingpip install pydot. Refer to this guide if the above command fails. -
Install
scikit_learnby typingpip install scikit_learn. Refer to this guide if the above command fails.
Launch the application by using the following command:
python main.py