doc: fix setup.py develop reference
This commit is contained in:
parent
a744aa74aa
commit
ce5b72e8f9
@ -527,7 +527,7 @@ exist in community to help save time. No tool is preferred at the moment.
|
|||||||
<para>
|
<para>
|
||||||
To develop Python packages <function>buildPythonPackage</function> has
|
To develop Python packages <function>buildPythonPackage</function> has
|
||||||
additional logic inside <varname>shellPhase</varname> to run
|
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>
|
</para>
|
||||||
|
|
||||||
<warning><para><varname>shellPhase</varname> is executed only if <filename>setup.py</filename>
|
<warning><para><varname>shellPhase</varname> is executed only if <filename>setup.py</filename>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user