JeffersonLab / jlab_datascience_core

2 stars 1 forks source link

22 cannot install toolkit using pip git+ #23

Closed sgoldenCS closed 5 months ago

sgoldenCS commented 5 months ago

I've added a bunch of __init__.py files and updated the setup.py file to use find_packages(). Now, I can install via:

pip install git+https://github.com/JeffersonLab/jlab_datascience_core.git@22-cannot-install-toolkit-using-pip-git+

and run imports without issues. There might be a better way to do it, but this is the best solution I could come up with on the spot.

dlersch commented 5 months ago

looks good to me