We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec16dd commit ab98dddCopy full SHA for ab98ddd
py/docs/source/index.rst
@@ -152,7 +152,7 @@ Contributing
152
153
- Create a branch for your work
154
- Ensure `tox` is installed (using a `virtualenv` is recommended)
155
- - Run: `python -m venv venv && venv/bin/activate && pip install tox`
+ - Run: `python -m venv venv && source venv/bin/activate && pip install tox`
156
- After making changes, before committing execute `tox -e linting`
157
- If tox exits `0`, commit and push. Otherwise fix the newly introduced style violations.
158
- `flake8` requires manual fixes
0 commit comments