We've had a number of new features introduced - time to document and update the README.md file.
- PyQt6
- Builds:
- Largely dropped the use of
sudo to install the packages
- Check debian installs, seems that by default in debian pythons environment is externally managed.
- Look into PEP 668
- If we want to install a non-debian based Python application (can we argue that dronecan_gui_tool is?) then recommended approach is to use
pipx and pipx install https://github.com/dronecan/gui_tool.git.
- Makes use of newer versions of python
- CLI arguments to launch the application on a selected interface/bus number/etc.
- Generally an overdue tidy up of README.md to keep the applicable content.
I've made a start on the changes - just adding an issue so we can track the update.
I've got personal stake in getting the plugin system merged: See: #106
- This would need a README.md update too.
We've had a number of new features introduced - time to document and update the README.md file.
sudoto install the packagespipxandpipx install https://github.com/dronecan/gui_tool.git.sudo apt installs(of which, one was recently added here: README: add pyqt6-dev-tools to Debian deps #130) can be resolved to user managed python environments, and the changes are not necessary.I've made a start on the changes - just adding an issue so we can track the update.
I've got personal stake in getting the plugin system merged: See: #106