-
Derick Hess authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
installation.rst 1.14 KiB
Installation
Stable release
To install mseedpeek, run this command in your terminal:
$ pip install mseedpeek
This is the preferred method to install mseedpeek, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
From sources
The sources for mseedpeek can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://git.passcal.nmt.edu/passoft/mseedpeek
Or download the tarball:
$ curl -OL https://git.passcal.nmt.edu/passoft/mseedpeek/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install