diff --git a/docs/source/ContributionGuide.rst b/docs/source/ContributionGuide.rst index fe67d9421c52dcb5226a90ca164c4d8be5ffaa4a..dfcc28e9e5ba1e7af8085ce6b1d78f06f48b46ac 100644 --- a/docs/source/ContributionGuide.rst +++ b/docs/source/ContributionGuide.rst @@ -13,7 +13,7 @@ Since version 0.31.0, our plugin system requires Setuptools entry points to be registered. If you're hacking on Avocado and want to use the same, possibly modified, source for running your tests and experiments, you may do so with one additional step:: - $ python setup develop --user + $ make develop On POSIX systems this will create an "egg link" to your original source tree under "$HOME/.local/lib/pythonX.Y/site-packages". Then, on your original source tree, an