Skip to content

Commit d14bcdf

Browse files
docs(readme): tidy README.md
1 parent 5a6e61e commit d14bcdf

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ source .venv/bin/activate
3636
Install the dependencies:
3737

3838
```sh
39-
python3 -m pip install -e '.[test]'
39+
pip install -e '.[test]'
40+
```
41+
42+
Install pre-commit into your git hooks:
43+
44+
```sh
45+
pre-commit install
4046
```
4147

4248
Generate distribution packages:
@@ -48,13 +54,13 @@ python3 -m build
4854
Upload all of the archives under `dist`:
4955

5056
```sh
51-
python3 -m twine upload --repository testpypi dist/*
57+
twine upload --repository testpypi dist/*
5258
```
5359

5460
Install the package:
5561

5662
```sh
57-
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps python_package_template
63+
pip install --index-url https://test.pypi.org/simple/ --no-deps python_package_template
5864
```
5965

6066
## License

0 commit comments

Comments
 (0)