Skip to content

Commit e186a4e

Browse files
committed
Instructions for --local --os development
1 parent 0db16d4 commit e186a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ We will review PRs when possible and work with you to integrate your contributio
2929

3030
## Running Your Local Fork
3131

32+
**Note: for anyone testing the new `--local`, `--os`, and `--local --os` modes: When you run `poetry install` you aren't installing the optional dependencies and it'll throw errors. To test `--local` mode, run `poetry install -E local`. To test `--os` mode, run `poetry install -E os`. To test `--local --os` mode, run `poetry install -E local -E os`. You can edit the system messages for these modes in `interpreter/terminal_interface/profiles/defaults`.**
33+
3234
Once you've forked the code and created a new branch for your work, you can run the fork in CLI mode by following these steps:
3335

3436
1. CD into the project folder by running `cd open-interpreter`.

0 commit comments

Comments
 (0)