Yin-Yang
Yin-Yang copied to clipboard
Merge chase9:beta into oskarsh:beta
- Update .gitignore with a template to remove a couple of folders we will need in the future, and ignore some files as well
- Update PySide6 to the latest version
- Ass setup.py and pyproject.toml to enable easy building from pip. This will be helpful for future Flatpak support.
I'm still working on Flatpak support but I realized that my beta branch has gotten a bit out of date, so this PR is to get us in sync.
Sorry, this got lost in my inbox. I pushed the changes you requested!
Ok, the only thing left now is to update the instructions in the readme to use poetry, right? And then the wiki once its merged.
I've updated the install script and README.md with the new instructions. Tested on a live ISO for Ubuntu 22.04 and everything worked! I do think that it would be cool to eventually do away with the current build instructions and instead be able to have users install using PIP or Flatpak. What do you think about this?
Yes, definitely. I'd love to even go flatpak-only at some point, just to make bug reports more easily reproducable.