seitime-frappe/frappe/docs/user/en/guides/basics/install.md
2016-02-29 21:41:34 +01:00

383 B
Executable file

Installing Frappe

Frappe bench

The following steps help you setup an isolated environment (bench) to run and develop Frappe apps. A virtualenv is installed in the env directory. You can activate it by running source ./env/bin/activate or use execute using absolute/relative path (eg, ./env/bin/frappe).

For more info, see Frappe Bench