mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
247 stars 67 forks source link

Modify deps in README #206

Closed Erotemic closed 2 years ago

Erotemic commented 2 years ago

Two minor changes to the README.

First, I grouped dependencies for system python3 libs versus system binary libs. The reason is I install this in a virtual environment, so I don't need sudo to install python packages. I've installed this multiple times and its a pain to separate the python3-* installs. This new format just lets me copy and paste the relevant parts.

Second, I found I also needed qttools5-dev-tools. So I documented this as well.

gen2brain commented 2 years ago

Thanks, but I don't like 3 commands instead of one, it maybe make sense for you but usually the user will not "install multiple times and will use virtual env" etc. I do like qttools5-dev-tools addition as that was the reason for many open issues from Ubuntu users, if you can just add that it would be great.

gen2brain commented 2 years ago

Merged, thanks!