Skip to content

Commit 7f14fea

Browse files
Small improvement in README
1 parent b58ba51 commit 7f14fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ pyenv install 3.9.7
112112
pyenv install 3.10.1
113113
pyenv install 3.11.8
114114
pyenv install 3.12.7
115-
pyenv install 3.13.3
115+
pyenv install 3.13.6
116116
```
117117

118118
4. Create a virtual environment for the leverage project:
119119

120-
Create a virtual environment for your project using Python 3.13.3:
120+
Create a virtual environment for your project using Python 3.13.x:
121121

122122
```bash
123-
pyenv virtualenv 3.13.3 leverage_py_313_venv
123+
pyenv virtualenv 3.13.6 leverage_py_313_venv
124124
```
125125

126126
5. Set your virtual environment to be used in the project:

0 commit comments

Comments
 (0)