mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
docs: update development readme for py versions
This commit is contained in:
parent
f2692e3aa3
commit
b45d8d7018
1 changed files with 14 additions and 2 deletions
|
|
@ -64,11 +64,23 @@ Notes:
|
||||||
Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode.
|
Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
|
bench init --skip-redis-config-generation frappe-bench
|
||||||
cd frappe-bench
|
cd frappe-bench
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: For version 12 use Python 3.7 by passing option to `bench init` command, e.g. `bench init --skip-redis-config-generation --frappe-branch version-12 --python python3.7 frappe-bench`
|
For version 13 use Python 3.9 by passing option to `bench init` command,
|
||||||
|
|
||||||
|
```shell
|
||||||
|
bench init --skip-redis-config-generation --frappe-branch version-13 --python python3.9 frappe-bench
|
||||||
|
cd frappe-bench
|
||||||
|
```
|
||||||
|
|
||||||
|
For version 12 use Python 3.7 by passing option to `bench init` command,
|
||||||
|
|
||||||
|
```shell
|
||||||
|
bench init --skip-redis-config-generation --frappe-branch version-12 --python python3.7 frappe-bench
|
||||||
|
cd frappe-bench
|
||||||
|
```
|
||||||
|
|
||||||
### Setup hosts
|
### Setup hosts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue