New Features
* The recommended way to install LabGym is now through `pipx`. Please see the [installation documentation](https://labgym.readthedocs.io/en/latest/installation/index.html) for more information.
* It's now possible to start LabGym by using the `LabGym` command at the terminal! Now, there's no need to type `from LabGym import gui; gui.gui()` at the terminal.
What's Changed
* Fix incompatibility issues with Python 3.9
**Full Changelog**: <https://github.com/umyelab/LabGym/compare/v2.3.0...v2.3.1>