Skip to content

Commit 147ea60

Browse files
authored
Update 1-devenv-and-model.md
1 parent 7549347 commit 147ea60

File tree

1 file changed

+3
-2
lines changed
  • content/learning-paths/mobile-graphics-and-gaming/vision-llm-inference-on-android-with-kleidiai-and-mnn

1 file changed

+3
-2
lines changed

content/learning-paths/mobile-graphics-and-gaming/vision-llm-inference-on-android-with-kleidiai-and-mnn/1-devenv-and-model.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
4646
If Python 3.x is not the default version, try running `python3 --version` and `pip3 --version`.
4747
{{% /notice %}}
4848

49-
It's reccommended to do the changes in a python virtual environment
50-
```output
49+
It is recommended to use a python virtual environment:
50+
51+
```bash
5152
python3.12 -m venv vision_llm
5253
source vision_llm/bin/activate
5354
```

0 commit comments

Comments
 (0)