README streamlined (once again)

pull/3/head
kaqu 2020-12-06 18:09:42 +01:00
parent a0002c78bc
commit eba911af01
1 changed files with 6 additions and 4 deletions

View File

@ -17,13 +17,15 @@ Also, we will have to play some game typical sounds. I chose the **playsound** [
Unfortunately it does not support async operation w/ linux, yet for short samples that does no significant harm!
Almost forgot: You'll have to have [pyqt5](https://pypi.org/project/PyQt5/) installed.
Almost forgot: You'll have to have [pyqt5](https://pypi.org/project/PyQt5/) installed
(see also the following passage on virtual environments for 'automatic' installation).
With these installed we're prep'ed & ready!
### Virtual environment setup ###
## 1.1 Setup
First make sure you have `python3-venv` install! (`sudo apt install python3-venv` on debian/ubuntu based systems)
If you want to keep libraries separate from your other python stuff, a 'virtual environment' comes in handy.
First make sure, you have `python3-venv` installed! (`sudo apt install python3-venv` on debian/ubuntu based systems).
Now let's create a new virtual environment: