Add note about Python 3.10

pyqt6
Mark Jessop 2021-12-16 07:54:48 +10:30
rodzic 3bbfad9ddb
commit 411243632b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Written by:
### Known Issues
* Occasional crash when processing is stopped just as a packet is being processed by horus_api.
* Queue events not processed on OSX when the application is running in the background.
* Python 3.10 not supported due to issue with PyAudio dependency.
### TODO LIST
* Important Things
@ -64,6 +65,8 @@ $ cd horus-gui
### (Optional) Create a Virtual Environment
**Warning - Python 3.10 will not work until a known compatability issue with pyaudio has been fixed. Use Python 3.9.**
Create a virtual environment and install dependencies.
```console
$ python3 -m venv venv