Skip to content

Commit

Permalink
update environment setup to include windows (run-llama#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: notauserx <notauserx@users.noreply.github.com>
  • Loading branch information
notauserx and notauserx authored Apr 11, 2023
1 parent 085c7d0 commit 4d5d826
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ python -m venv .venv
source .venv/bin/activate
```

if you are in windows, use the following to activate your virtual environment:

```bash
.venv\scripts\activate
```

Install the required dependencies (this will also install gpt-index through `pip install -e .`
so that you can start developing on it):

Expand Down

0 comments on commit 4d5d826

Please sign in to comment.