From 3b381c48620917231daf9ee8c20c8d8871e4abef Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 15 May 2023 15:33:26 +0000 Subject: [PATCH] docs: update instructions for python devenv --- python/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/README.rst b/python/README.rst index da1b25c7e..c5f048912 100644 --- a/python/README.rst +++ b/python/README.rst @@ -74,7 +74,9 @@ Developing the bindings If you want to develop or debug the bindings, you can create a testing development environment using `tox`:: - tox -c python --devenv env + export DCC_RS_DEV="$PWD" + export DCC_RS_TARGET=debug + tox -c python --devenv env -e py . env/bin/activate Inside this environment the bindings are installed