Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed May 16, 2024
1 parent 78f13a9 commit 7c04973
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/docs/contributing/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ This will install all the default packages in our LaVague package bundle.
poetry install
```

!!! note "Previewing local modifications"
### 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.
For local modifications to a package's files to be taken into accountm you will need to locally install that specific package.

For 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
```
```bash
cd lavague-core
poetry install
```

You should only need to do this once.

0 comments on commit 7c04973

Please sign in to comment.