-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py #41
Comments
I'm planning to release Do you want to install them on your same machine for now? This wouldn't require to publish to pypi, since there are several ways to install packages from local file system folder using pip. We could be sloppy and just add a setup.py with a static version (e.g. |
Yep, a temporary setup.py that does all three would work fine. My main reason for this is that for init scripts / dhcpcd hooks on the RPi I'd like to install it into the system python. I want to set it up so that RPi is greedy to connect to the camera (and my bluetooth IMU) and doesn't require any manual intervention. |
If you create a PR, I will merge it 😉 |
It would be useful for me if I could install both robot_cameraman and panasonic_camera into python environments using setuptools. Are you planning to add setup.py files?
The text was updated successfully, but these errors were encountered: