Skip to content

Commit

Permalink
docs: add pre-commit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 23, 2023
1 parent f20c554 commit 17d1d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ For a development installation (requires npm),

$ git clone https://github.com/mariobuikhuizen/ipyvuetify.git
$ cd ipyvuetify
$ pip install -e .
$ pip install -e ".[dev]"
$ pre-commit install
$ jupyter nbextension install --py --symlink --sys-prefix ipyvuetify
$ jupyter nbextension enable --py --sys-prefix ipyvuetify

Expand Down

0 comments on commit 17d1d39

Please sign in to comment.