seitime-frappe/frappe/docs/user/guides/basics/install.md
2015-10-30 16:40:39 +05:30

10 lines
383 B
Markdown

# 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](https://github.com/frappe/bench/)