Update development.md

This commit is contained in:
Antony-M1 2023-12-11 11:26:03 +05:30 committed by GitHub
parent 23ae73653b
commit 85e7bb405f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,9 @@ cd frappe-bench
```
To setup frappe framework version 13 bench set `PYENV_VERSION` environment variable to `3.9.17` and use NodeJS version 14,
```
pyenv install 3.9.17
```
```shell
nvm use v14
PYENV_VERSION=3.9.17 bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench