-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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.
- Here's a guide on how to 'package' your python code
- This user is trying to install shared libraries too so that might help.
Users would then run:
$ python3 -m pip install pcanbasicThen in their python code they can just import it
# import the class PCANBasic from the module named PCANBasic
from PCANBasic import PCANBasicAnd it works!
sanssecours
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested