From fc49d9805a88cd0fd05f02b269c6d8f8260a8e9d Mon Sep 17 00:00:00 2001 From: Idogwu Chinonso Date: Wed, 7 Jan 2026 10:59:30 +0100 Subject: [PATCH] mod: added banner to highlight important python dependencies --- .../version-1.5/tutorials/marketplace.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cartesi-rollups_versioned_docs/version-1.5/tutorials/marketplace.md b/cartesi-rollups_versioned_docs/version-1.5/tutorials/marketplace.md index 88a4613c..afa07fae 100644 --- a/cartesi-rollups_versioned_docs/version-1.5/tutorials/marketplace.md +++ b/cartesi-rollups_versioned_docs/version-1.5/tutorials/marketplace.md @@ -156,9 +156,10 @@ cargo add hex@0.4.3 -**NOTE::** For python developers, add the below snippet to `line 26` of your Dockerfile. It should come immediately after the line `COPY ./requirements.txt .`. - -This command would help install essential compilers to help compile some dependencies we'll be using. +:::caution Note for Python Developers +Add the below snippet to `line 26` of your Dockerfile. It should come immediately after the line `COPY ./requirements.txt .` +This command would install essential meta-packages to help compile some dependencies we'll be using. +::: ```Dockerfile # Install build dependencies for compiling native extensions