Skip to content

Commit 4bab605

Browse files
authored
Update install-flyte.md
1 parent ad8bb6c commit 4bab605

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/flyte-with-grpc

content/learning-paths/servers-and-cloud-computing/flyte-with-grpc/install-flyte.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ python3.11 --version
5959
The output is similar to:
6060

6161
```output
62-
Python 3.11.x
62+
Python 3.11.10
6363
```
6464

6565
**Why this matters:**
@@ -83,6 +83,12 @@ python3.11 -m pip install flytekit
8383
python3.11 -c "import flytekit; print(flytekit.__version__)"
8484
```
8585

86+
The output is similar to:
87+
88+
```output
89+
1.16.15
90+
```
91+
8692
This confirms that Flyte is correctly installed.
8793

8894
## Install gRPC libraries

0 commit comments

Comments
 (0)