diff --git a/doc/install.rst b/doc/install.rst index c23959e09d89cafd9ce26b120739ef183b7b71f9..23fd680551340c9fe2e6c6cfc4f3e0d46feb5088 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -111,6 +111,15 @@ If everything's okay, install Mutalyzer:: $ python setup.py install +.. note:: If you're planning on modifying the Mutalyzer source code, it might + be convenient to install Mutalyzer in *development mode*:: + + $ python setup.py develop + + Instead of copying the source code to the installation directory, this + only links from the installation directory to the source code such that + any changes you make to it are directly available in the environment. + .. seealso:: `virtualenv`_