Skip to content

Commit

Permalink
Add ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Feb 28, 2025
1 parent c4aeae2 commit a6f1eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ install-python-dependencies:
read -p "Do you want to install python$(PYTHON_VERSION)-dev? [y/n]:" consent; \
if [ "$$consent" = "y" ]; then \
# https://github.com/kuangkzh/pylcs/issues/3 \
sudo add-apt-repository ppa:deadsnakes/ppa; \
sudo apt update; \
sudo apt-get install -y python$(PYTHON_VERSION)-dev build-essential; \
else \
echo "$(RED)python$(PYTHON_VERSION)-dev is required. Please install python$(PYTHON_VERSION)-dev to continue.$(RESET)"; \
Expand Down

0 comments on commit a6f1eff

Please sign in to comment.