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

Install all applications as console scripts via setup.py. #275

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

adamshapiro0
Copy link
Collaborator

This should install them correctly in Windows and Mac, not just Linux. That way users can run:

> p1_display path/to/log

at the command line in all operating systems.

@adamshapiro0 adamshapiro0 requested a review from anathan October 12, 2023 19:42
@adamshapiro0 adamshapiro0 self-assigned this Oct 12, 2023
This should install them correctly in Windows and Mac, not just Linux.
python/README.md Outdated
- [p1_display](bin/p1_display) - Generate HTML plots of vehicle trajectory, etc. (runs `analyzer.py`)
- [p1_extract](bin/p1_extract) - Extract FusionEngine message contents from a binary file containing mixed data
(e.g., interleaved RTCM and FusionEngine messages)
- [p1_lband_extract](bin/p1_lband_extract) - Extract L-band data bits contained in a log of FusionEngine
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isnt this in applications now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed and reorganized this stuff a little better

python/README.md Outdated Show resolved Hide resolved
Copy link
Member

@anathan anathan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just check readme comment, otherwise g2g.

@adamshapiro0 adamshapiro0 force-pushed the scripts branch 4 times, most recently from 1df4cb2 to 319dc8b Compare October 13, 2023 21:15
@adamshapiro0 adamshapiro0 merged commit 4426772 into master Oct 13, 2023
12 checks passed
@adamshapiro0 adamshapiro0 deleted the scripts branch October 13, 2023 21:16
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

Successfully merging this pull request may close these issues.

2 participants