Let's create our project folder which will contain our apps and sites. Run the following command:
bench init frappe-bench
This will create a directory named frappe-bench
in your current working
directory. It will do the following:
env
directory.frappe
app as a python package.frappe
.It might be helpful to note that you have the option to specify which version of frappe to install. For example, to install version 13:
bench init --version version-13 frappe-bench
Without the --version parameter, the latest development branch is installed (currently version 14)