doc: fix setup.py develop reference

This commit is contained in:
Domen Kožar 2015-11-26 18:49:00 +01:00
parent a744aa74aa
commit ce5b72e8f9

View file

@ -527,7 +527,7 @@ exist in community to help save time. No tool is preferred at the moment.
<para>
To develop Python packages <function>buildPythonPackage</function> has
additional logic inside <varname>shellPhase</varname> to run
<command>${python.interpreter} setup.py develop</command> for the package.
<command>pip install -e . --prefix $TMPDIR/</command> for the package.
</para>
<warning><para><varname>shellPhase</varname> is executed only if <filename>setup.py</filename>