basketballcrawler icon indicating copy to clipboard operation
basketballcrawler copied to clipboard

How to install/reference without pip or setup.py?

Open luzer opened this issue 8 years ago • 4 comments

sorry for the simple request- but how do i use this lib?

luzer avatar Nov 30 '16 14:11 luzer

Sorry for the late reply.

We haven't made an actual package or anything. If you simply add the folder basketballCrawler/ (in the root of this repo) to whatever project you're working on, you should be able to use it. Check the example notebook for help getting started.

wilsonchaney avatar Apr 01 '17 20:04 wilsonchaney

In regards to installing, we should perhaps clean this up and submit it to pypi.

http://marthall.github.io/blog/how-to-package-a-python-app/ seems like a great place to start. If someone wanted to make a quick PR for setup, I can do the registration.

andrewgiessel avatar Apr 02 '17 11:04 andrewgiessel

I can do that in the next few weeks. I'll likely include some renaming/etc so we conform to PEP8 before making an official package.

wilsonchaney avatar Apr 04 '17 21:04 wilsonchaney

Sure, whenever you get around to it. PEP8 is a great idea, as is a documentation sweep, and maybe unit tests. I wrote this before I was a stickler about such things!

On Tue, Apr 4, 2017 at 5:11 PM wilsonchaney [email protected] wrote:

I can do that in the next few weeks. I'll likely include some renaming/etc so we conform to PEP8 before making an official package.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/andrewgiessel/basketballcrawler/issues/13#issuecomment-291633274, or mute the thread https://github.com/notifications/unsubscribe-auth/ABG3JfAkqx_7K5goph2MUOO7BRTV5HTMks5rsrILgaJpZM4LAPhF .

andrewgiessel avatar Apr 04 '17 21:04 andrewgiessel