From 43d4415bb20c70d5fe1ba786839bea54ae2515ca Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Fri, 3 Oct 2025 11:53:09 +0100 Subject: [PATCH 1/2] Update prerequisites to include python3-tk and Click Added Python libraries requirement for the project. --- docs/source/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index d4c3838..599db3b 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -25,6 +25,7 @@ This repository contains a sample user project for the [Caravel](https://github. - 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.8+ with PIP +- Python libraries: python3-tk and Click ## Quickstart @@ -50,7 +51,7 @@ This repository contains a sample user project for the [Caravel](https://github. - caravel_lite - Management core for simulation - - OpenLane for design hardening + - LibreLane for design hardening - PDK - Timing scripts From d910ef0cb9885032b932cf6873b83c1f8d537db4 Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Fri, 31 Oct 2025 13:38:27 +0100 Subject: [PATCH 2/2] Revise Python library prerequisites in documentation Updated prerequisites for Python libraries to include python3-venv. --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 599db3b..5d1cf5a 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -25,7 +25,7 @@ This repository contains a sample user project for the [Caravel](https://github. - 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.8+ with PIP -- Python libraries: python3-tk and Click +- With python3-tk and python3-venv. On Debian/Ubuntu: `sudo apt-get install -y python3-venv python3-tk` ## Quickstart