Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy authored Dec 11, 2023
1 parent 865fdb6 commit a94b809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ install-volare:
@./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir pip >> setup.log
@./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir volare >> setup.log

.PHONY: check-python
check-python:
ifeq ($(shell which python3),)
$(error Please install python 3.6+)
$(error Please install python 3.8+)
endif

# Openlane
Expand Down

0 comments on commit a94b809

Please sign in to comment.