Skip to content

Commit fc49d98

Browse files
committed
mod: added banner to highlight important python dependencies
1 parent 473bfc6 commit fc49d98

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

cartesi-rollups_versioned_docs/version-1.5/tutorials/marketplace.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@ cargo add hex@0.4.3
156156
</TabItem>
157157
</Tabs>
158158

159-
**NOTE::** For python developers, add the below snippet to `line 26` of your Dockerfile. It should come immediately after the line `COPY ./requirements.txt .`.
160-
161-
This command would help install essential compilers to help compile some dependencies we'll be using.
159+
:::caution Note for Python Developers
160+
Add the below snippet to `line 26` of your Dockerfile. It should come immediately after the line `COPY ./requirements.txt .`
161+
This command would install essential meta-packages to help compile some dependencies we'll be using.
162+
:::
162163

163164
```Dockerfile
164165
# Install build dependencies for compiling native extensions

0 commit comments

Comments
 (0)