We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58ba51 commit 7f14feaCopy full SHA for 7f14fea
README.md
@@ -112,15 +112,15 @@ pyenv install 3.9.7
112
pyenv install 3.10.1
113
pyenv install 3.11.8
114
pyenv install 3.12.7
115
-pyenv install 3.13.3
+pyenv install 3.13.6
116
```
117
118
4. Create a virtual environment for the leverage project:
119
120
-Create a virtual environment for your project using Python 3.13.3:
+Create a virtual environment for your project using Python 3.13.x:
121
122
```bash
123
-pyenv virtualenv 3.13.3 leverage_py_313_venv
+pyenv virtualenv 3.13.6 leverage_py_313_venv
124
125
126
5. Set your virtual environment to be used in the project:
0 commit comments