>From 5b3dd3fe5041bf9c5cf2cc02656999824c7d9462 Mon Sep 17 00:00:00 2001 From: Yuri Volchkov Date: Sat, 1 Jun 2019 13:50:08 +0200 Subject: [PATCH] fix setup-tools problems Signed-off-by: Yuri Volchkov --- doc/guides/developers-debugging.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/developers-debugging.rst b/doc/guides/developers-debugging.rst index 3973ffe7..d41b3597 100644 --- a/doc/guides/developers-debugging.rst +++ b/doc/guides/developers-debugging.rst @@ -87,11 +87,12 @@ click and tabulate. You can install them by running: :: Or, you can install trace.py into a local virtual environment: :: - python3 -m venv env + virtualenv -p python3 env . env/bin/activate cd support/scripts/uk_trace pip install --editable . deactivate + cd - All the dependencies will be installed in the 'env' folder, not to your machine. You do not have to enter your virtual environment, you -- 2.19.2