Skip to content

Commit 416fc44

Browse files
committed
gotta tell it 3.11
1 parent e189035 commit 416fc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lab-3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd instructlab
4545
or if your system is setup with [pyenv](https://github.com/pyenv/pyenv) by using the `file -b $(pyenv which python)` command.
4646

4747
```shell
48-
python3 -m venv --upgrade-deps venv
48+
python3.11 -m venv --upgrade-deps venv
4949
source venv/bin/activate
5050
pip cache remove llama_cpp_python
5151
pip install 'instructlab[mps]' # yes you will need the 's

0 commit comments

Comments
 (0)