Skip to content

Commit

Permalink
autogpt turbo starting to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 15, 2023
1 parent 4838e5a commit 33ec636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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
```

0 comments on commit 33ec636

Please sign in to comment.