Skip to content

Commit

Permalink
README.md: Add note on rebuilding venv
Browse files Browse the repository at this point in the history
When updating components in requirements.txt, components in the venv
need to be updated. The simplest way is to just remove the old venv and
create a fresh one.

Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Dec 13, 2023
1 parent df0c124 commit 69e6a70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ localhost:12345` (the number is random).
It is crucial at this point to verify that the pages you have changed
render correctly as HTML in local preview.

If you need to update the environment (for example, if `requirements.txt` was
updated), just run `rm -r venv` and re-run the steps above.

### Broken links checker

Currently we are using [lychee](https://github.com/lycheeverse/lychee) a fast,
Expand Down

0 comments on commit 69e6a70

Please sign in to comment.