Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 601 Bytes

GeoPy aims at facilitating seismic data analysis in Python.

To run it, simply

1. download and unzip the codes to be searchable by your python path

2. check dependecy.txt to ensure all required packages installed already, particularly PyQt5; otherwise, install them by pip install package-name

3. run by "python /your/geopy/path/main.py" or in your python IDE

More information can be found at the GeoPy website.