See setup.py in the repository root. This is required for PEX when running pex . to include local packages.
See pex commandin Makefile.
Based on these Stack Overflow answers:
pip3 install -r requirements.dev.txtmake buildmake runDemonstrates how to create a Python executable with PEX including local modules
Python
See setup.py in the repository root. This is required for PEX when running pex . to include local packages.
See pex commandin Makefile.
Based on these Stack Overflow answers:
pip3 install -r requirements.dev.txtmake buildmake run