From 5bd2b41c163ee2c946b133d77b34909b3564ed71 Mon Sep 17 00:00:00 2001 From: Alex <akreft@trineo.org> Date: Mon, 22 Mar 2021 15:15:48 +0100 Subject: [PATCH] Add section `Troubleshooting` --- README_SETUP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README_SETUP.md b/README_SETUP.md index 2db73cfa..4980b850 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -156,3 +156,6 @@ Build documentation in `build/` with `make doc`. - `sphinx` - `sphinx-autoapi` - `recommonmark` + +### Troubleshooting ## +If the client is to be executed directly from the `/src` folder, an initial `.\setup.py install --user` must be called. \ No newline at end of file -- GitLab