vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Use install_requires for python package dependencies. #250

Closed asreimer closed 4 years ago

asreimer commented 8 years ago

Currently, we use a bunch of shell scripts in the install directory to install all the dependencies. If we ever want to submit davitpy to pip, we should modify the setup.py file to list the python packages that davitpy depends on (using the install_requires keyword). Also, we should also only use setuptools instead of numpy.distutils.

ksterne commented 4 years ago

This would have been a great idea to get this repo to pip but we didn't quite make it there (I think). Closing this issue now for deprecating this repo.