Skip to content

Commit

Permalink
Update source-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 authored Jul 31, 2024
1 parent 68d3524 commit 96a6466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/docs/core/source-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ python -m pip install -r requirements.txt
To install in editable mode, which includes your local changes as you make them:

```shell
python -m pip install -e editable-requirements.txt` instead.
python -m pip install -e editable-requirements.txt`
```
instead.

### Installing adapter plugins

Expand Down

0 comments on commit 96a6466

Please sign in to comment.