Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #344 from falkyre/master
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred authored Nov 20, 2021
2 parents 2eb0b1a + f21df80 commit 14baa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ echo "$(tput setaf 4)Running rgbmatrix installation...$(tput setaf 9)"

# Recompile the cpp files to build library with newest cython. See https://github.com/hzeller/rpi-rgb-led-matrix/issues/1298

cd submodules/matrix/bindings/python || exit
cd submodules/matrix/bindings/python/rgbmatrix/ || exit

python3 -m pip install --no-cache-dir cython
python3 -m cython -2 --cplus *.pyx

cd ../../ || exit
cd ../../../ || exit

make build-python PYTHON="$(command -v python3)"
sudo make install-python PYTHON="$(command -v python3)"
Expand Down

0 comments on commit 14baa7f

Please sign in to comment.