bmurauer / pipelinehelper

scikit-helper to hot-swap pipeline elements
GNU General Public License v3.0
21 stars 9 forks source link

Added setup.py #1

Closed paulo-raca closed 6 years ago

paulo-raca commented 6 years ago

Thank you for this project, this is exactly what I needed :)

I have simply added a setup.py to make installation easier (Particularly inside Colaboratory):

!pip install --upgrade git+https://github.com/paulo-raca/pipelinehelper.git@master

bmurauer commented 6 years ago

Thanks a lot! I'm glad someone else had the same problems as me ;)