-
Install and set up Anaconda. URL: https://linuxize.com/post/how-to-install-anaconda-on-centos-7
-
Create a virtual environment using conda. E.g., coda create --name geoAnalytics
-
Enter into virtual environment. E.g., conda activate geoAnalytics
-
Install python. E.g., conda install python
-
Install pycharm from the website
-
Open Pycharm and using VCS download the latest copy of geoAnalytics from GitHub
-
In the pycharm, add geoAnalytics as the interpreter
-
Open the terminal in pycharm, and execute the following command
pip install mplcursors matplotlib sklearn pandas