Skip to content
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

Individual package requirements.txt #75

Open
chrismbirmingham opened this issue Jun 11, 2021 · 1 comment
Open

Individual package requirements.txt #75

chrismbirmingham opened this issue Jun 11, 2021 · 1 comment

Comments

@chrismbirmingham
Copy link
Member

Every package should have its own install requirements. These should be listed in a requirements.txt file at the root of every package. There may be more than one if different methods require different solutions (e.g. dlib will have different requirements than yoloface or opencv AI kit or mediapipe).

A first solution should document the requirements for all existing packages and a replace the instillation.sh bash script in the root folder with a script that calls these requirements.

@chrismbirmingham
Copy link
Member Author

This or we need to follow the ros method for proper inclusion of python dependencies, though that currently seems less preferred as we are not currently a classical ros package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant