aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

Created package #18

Closed aimalz closed 7 years ago

aimalz commented 7 years ago

Branch issue/10/package creates 'qp' directory with empty 'init.py' and existing 'pdf.py', with 'setup.py' outside the directory. I tested on the command line and updated 'demo.ipynb'. @drphilmarshall does everything look okay to you? Thanks!

drphilmarshall commented 7 years ago

Nice work! You should now do the following, so that python picks up the code you are developing, not the code installed deep on your path:

python setup.py develop
drphilmarshall commented 7 years ago

Oops! I forgot that you, as the paranoid totalitarian micromanager are supposed to merge pull requests! I guess we did not go as far as to restrict all merging to you. Not as totalitarian after all! :-)

aimalz commented 7 years ago

Awesome, thanks!