drphilmarshall / OM10

Tools for working with the Oguri & Marshall (2010) mock catalog of strong gravitational lenses
MIT License
8 stars 19 forks source link

Package #36

Closed rbiswas4 closed 7 years ago

rbiswas4 commented 8 years ago

Trying to create a pip installable package: simply added the bare minimum (I think) setup.py for this. The package is currently installable using pip as

pip install om10

Since I am not familiar with the functionality, I have only checked that I can import the plotting module. Once you have feedback on that as also what you would like to call the package, directory structure etc., I would like to erase the current pip package and let you update it.

In order to upload the package to pypi: I ran the following:

python setup.py register
python setup.py sdist upload