Installation
To install TiSKitPy:
Create a conda “obspy” environment following the instructions at https://github.com/obspy/obspy/wiki/Installation-via-Anaconda
- In your conda “obspy” environment, install tiskitpy by
for the latest “master” version, type
pip install tiskitpyon the command linefor the latest “developer” version, clone the ‘developer’ branch at https://github.com/WayneCrawford/tiskitpy, then type
pip install .from within the downloaded tiskitpy directory
The example codes are located on github, at https://github.com/WayneCrawford/tiskitpy/tree/master/tiskitpy/_examples/codes