Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 264 Bytes

BUILDING.md

File metadata and controls

7 lines (6 loc) · 264 Bytes

In order to get poetry to accept sources in /opt/ I use this trick locally outside of docker

sudo git clone https://github.com/meta-introspector/agent-protocol-sdk-python /opt/agent-protocol
  poetry run pip  install -e /opt/agent-protocol/
  poetry lock