Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 663 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 663 Bytes

geoAnalytics

Installation using Anaconda.

  1. Install and set up Anaconda. URL: https://linuxize.com/post/how-to-install-anaconda-on-centos-7

  2. Create a virtual environment using conda. E.g., coda create --name geoAnalytics

  3. Enter into virtual environment. E.g., conda activate geoAnalytics

  4. Install python. E.g., conda install python

  5. Install pycharm from the website

  6. Open Pycharm and using VCS download the latest copy of geoAnalytics from GitHub

  7. In the pycharm, add geoAnalytics as the interpreter

  8. Open the terminal in pycharm, and execute the following command

       pip install mplcursors matplotlib sklearn pandas