Skip to content

Commit 5931706

Browse files
authored
Chore: reiterate how to install uv in tcloud installation docs (#4479)
1 parent 3b782d5 commit 5931706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/tcloud_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ First, open a terminal within your terminal/IDE (ex: VSCode). Then follow the fo
9797

9898
> Note: your Tobiko Solutions Architect will provide you a pinned version of `tcloud`
9999

100-
3. Create a Python virtual environment in the project directory and install `tcloud` (example is using [uv](https://docs.astral.sh/uv/pip/environments/#creating-a-virtual-environment)):
100+
3. Create a Python virtual environment in the project directory and install `tcloud`. The following demonstrates how to do this using [uv](https://docs.astral.sh/uv/pip/environments/#creating-a-virtual-environment) ([installation instructions](#prerequisites)):
101101

102102
```bash linenums="1"
103103
uv venv --python 3.12 --seed # create a virtual environment inside the project directory

0 commit comments

Comments
 (0)