Skip to content

Commit

Permalink
chore: Minor README.md command update
Browse files Browse the repository at this point in the history
- Use single quotes for maximum compatibility with shells (e.g. zsh)
- Specify '-e' for development-mode install
  • Loading branch information
vtermanis committed Sep 24, 2024
1 parent aa1b806 commit f79e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See [Iotics Identity API How To](https://github.com/Iotic-Labs/iotics-identity-p
You can also follow these tutorials on [docs.iotics.com](https://docs.iotics.com/docs/create-decentralized-identity-documents).

* Setup your dev environment: \
`pip install .[dev]`
`pip install -e '.[dev]'`

* Run the linter: \
`tox -e lint`
Expand Down

0 comments on commit f79e43b

Please sign in to comment.