aka. 'pip install -e' or 'python3 setup.py develop'.
This is done by compiling a temporary .so at runtime.
Differential D6143
Add support for 'development' installs vlorentz on Aug 26 2021, 12:46 PM. Authored by
Details
aka. 'pip install -e' or 'python3 setup.py develop'. This is done by compiling a temporary .so at runtime.
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D6143 (id=22239)Rebasing onto 3940daa889... Current branch diff-target is up to date. Changes applied before testcommit 4f01acc1a3b78da81ae22cdd0861bc71f8224f57 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 26 12:46:20 2021 +0200 Add support for 'development' installs aka. 'pip install -e' or 'python3 setup.py develop'. This is done by compiling a temporary .so at runtime. See https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/286/ for more details. Comment Actions lgtm As far as i understood, this is needed to allow development on swh-search. Shouldn't this be explained in the docs somewhere though? Comment Actions Not needed, but very helpful
What part? |