2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

3.9.9 deprecated (#1216)

* Update development.md

* 3.9.9 deprecated
This commit is contained in:
Antony-M1 2023-08-25 21:32:37 +05:30 committed by GitHub
parent 8fa392ffff
commit 258fec25d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ To setup frappe framework version 13 bench set `PYENV_VERSION` environment varia
```shell
nvm use v14
PYENV_VERSION=3.9.9 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
PYENV_VERSION=3.9.17 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
cd frappe-bench
```