Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed May 16, 2024
1 parent dad8213 commit f4e2125
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/docs/contributing/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,11 @@ This will install all the default packages in our LaVague package bundle.

!!! note "Previewing local modifications"

You will need to locally install the specific package you are working on for local modifications to be taken into account. You should only need to do this once.
You will need to locally install the specific package you are working on for local modifications to be taken into account. You should only need to do this once.

Fore example, if you are making changes within the lavague.core package. You can run:
For example, if you are making changes within the lavague.core package. You can run:

```bash
cd lavague-core
poetry install
```




```

0 comments on commit f4e2125

Please sign in to comment.