diff --git a/README.md b/README.md index b19f3274..f52c9ffd 100644 --- a/README.md +++ b/README.md @@ -303,99 +303,6 @@ This single script installs services, dependencies, configures permissions and s -
- -Outdated Installation Steps left for reference - - ------------------------------------------------------------------------------------ ------ OLD STEPS (left for manual review, you don't need to run these if you run the First Time Install Script) ----- -4. Install dependencies: -```bash -sudo pip3 install --break-system-packages -r requirements.txt -``` ---break-system-packages allows us to install without a virtual environment - - -5. Install rpi-rgb-led-matrix dependencies: -```bash -cd rpi-rgb-led-matrix-master -``` -```bash -sudo make build-python PYTHON=$(which python3) -``` -```bash -cd bindings/python -sudo python3 setup.py install -``` -Test it with: -```bash -python3 -c 'from rgbmatrix import RGBMatrix, RGBMatrixOptions; print("Success!")' -``` - -## Important: Sound Module Configuration - -1. Remove unnecessary services that might interfere with the LED matrix: -```bash -sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio -``` - -2. Blacklist the sound module: -```bash -cat < - - ## Configuration