Skip to content

Commit 06ffb76

Browse files
committed
Change Aside type from note to caution and update guidance on Python commands in API workshop guide
1 parent 3b03f91 commit 06ffb76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/content/docs/guides/py/api_workshop.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ If an API has an OpenAPI formatted yml or json file, you can use Swagger UI to v
125125
<LinkCard title="[Optional] Download & install Code for IBM i" href="https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.ibm-i-development-pack" description="marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.ibm-i-development-pack" />
126126
</Card>
127127
</CardGrid>
128-
<Aside type="note">
129-
In this guide, we use `python3` and `pip3` commands. Depending on your system configuration, `python` might refer to Python 2. If that's the case, you need to use `python3` and `pip3` instead.
130-
You can get more specific by using `python3.6` or `python3.9` if you have multiple versions installed.
128+
<Aside type="caution">
129+
In this guide, we use `python3` and `pip3` commands.
130+
131+
Not every system will be the same. Sometimes `python` and `pip` are used instead.
132+
You have to adjust the commands based on your system!
131133
</Aside>
132134

133135
### Project Setup

0 commit comments

Comments
 (0)