Skip to content

Commit

Permalink
Merge branch 'setup_update' of github.com:efabless/caravel_user_proje…
Browse files Browse the repository at this point in the history
…ct into setup_update
  • Loading branch information
marwaneltoukhy committed Dec 11, 2023
2 parents 5334e30 + bebd9df commit 17614d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Prerequisites

- Docker: `Linux <https://docs.docker.com/desktop/install/linux-install/r>`_ || `Windows <https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=header>`_ || `Mac with Intel Chip <https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=header>`_ || `Mac with M1 Chip <https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=header>`_

- Python 3.6+ with PIP
- Python 3.8+ with PIP


Quickstart
Expand Down

0 comments on commit 17614d7

Please sign in to comment.