You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for users to be able to pip install pcanbasic so that can use your python library without having to manually install it themselves. I think It would have to:
1.) Install PCANBasic.py into the site-packages (pip does this for you if you follow the proper layout)
2.) Install libPCBUSB.0.10.1.dylib into a known location, like /usr/local/lib then run ldconfig. This might be some custom code.
It would be useful for users to be able to
pip install pcanbasic
so that can use your python library without having to manually install it themselves. I think It would have to:1.) Install PCANBasic.py into the
site-packages
(pip does this for you if you follow the proper layout)2.) Install
libPCBUSB.0.10.1.dylib
into a known location, like/usr/local/lib
then runldconfig
. This might be some custom code.Users would then run:
Then in their python code they can just
import
itAnd it works!
The text was updated successfully, but these errors were encountered: