Skip to content

Commit ab98ddd

Browse files
committed
[py] tiny fix in README
1 parent 9ec16dd commit ab98ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Contributing
152152

153153
- Create a branch for your work
154154
- Ensure `tox` is installed (using a `virtualenv` is recommended)
155-
- Run: `python -m venv venv && venv/bin/activate && pip install tox`
155+
- Run: `python -m venv venv && source venv/bin/activate && pip install tox`
156156
- After making changes, before committing execute `tox -e linting`
157157
- If tox exits `0`, commit and push. Otherwise fix the newly introduced style violations.
158158
- `flake8` requires manual fixes

0 commit comments

Comments
 (0)