seitime-frappe/frappe/docs/user/zh/guides/basics/install.md
Loocor c43d1fac59 frappe chinese document translation plan (#4689)
* [add] Chinese documents init.

* Videos chinese document translated

* Bench chinese documents translated half

* Bench chinese documents translated

* Fixed several mistakes for bench guides

* Frappé Tutorial chinese version in translation
2018-01-23 14:50:46 +05:30

10 lines
387 B
Markdown
Executable file

# Installing Frappé
## Frappé bench
The following steps help you setup an isolated environment (bench) to run and
develop Frappé 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 [Frappé Bench](https://github.com/frappe/bench/)