MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

Build and Release pip package into PyPi #89

Open zhang01GA opened 5 years ago

zhang01GA commented 5 years ago

so that a user can access mtpy packages by a simply installation: "pip install mtpy"

zhang01GA commented 5 years ago

this has been done, and tested working: https://pypi.org/project/mtpy/

in Python3 (or python2.7). you can do pip install --user mtpy, then you can test use all the modules.

to show the mtpy version and where it is installed: python -c "import mtpy; print(mtpy.__version__); print(mtpy.__file__)"