Skip to content

Frappe Python 3 Development

Achilles Rasquinha edited this page Jan 16, 2018 · 2 revisions
Bench Development
  • Clone Bench
  • Checkout from py3dev
  • Enter into your bench repository.
  • Create virtual environments.
$ make venv PYTHON_ENVIRONMENT=[2|3] # Virtual Envs
$ make install PYTHON_ENVIRONMENT=[2|3]
$ make test PYTHON_ENVIRONMENT=[2|3] # py.test + coverage (TODO)
Clone this wiki locally