docs: Use make target in ContributionGuide

There is a "make develop" target available in Makefile to develop
avocado, let's use it in documentation.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 0e8b7da3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册