Update development.md

Updated command to setup version-15
This commit is contained in:
Vama Mehta 2025-08-19 19:50:40 +05:30 committed by GitHub
parent 86371d37fe
commit 96a82ce1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,18 @@ bench init --skip-redis-config-generation frappe-bench
cd frappe-bench
```
To setup frappe framework version 15
```
nvm use v18
PYENV_VERSION=3.10 bench init --skip-redis-config-generation --frappe-branch version-15 frappe-bench-v15
# Switch directory
cd frappe-bench-v15
```
To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 16 (default),
```shell