[WIP] Make the module installable via pip#7
Conversation
|
Thanks for your work! I will figure out a good author and email address. Name: "admUI" |
|
Could you please make |
|
Thanks, @heytitle ! I added the author information now. The following works with this: > pip3 install ${path to directory that contains setup.py}
> pip3 install --user https://github.com/heytitle/computeUI/archive/pipable.zip(Note to self: the .zip-file is conveniently auto-generated by Github.) I first thought that it may make sense to move |
|
Pat, feel free to merge. After the merge, we should amend the README.md, to include the second pip3 statement (with the then correct path). |
Hi,
This pull-request introduces a couple of changes that make this module installable via
pip.Consequently, one can install this module and try the notebook (#5 ) on Google Colab:
https://colab.research.google.com/drive/1A-_kRAszK65xUyaYSKT31TewP-CoogJv.
Could you please provide me the details below?
So, I can update the details in this PR.
Related #6