Skip to content

Commit f8940f6

Browse files
committed
Update readme dev commands
1 parent 043ac06 commit f8940f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ All parameters are optional.
180180

181181
### Running tests
182182

183-
**Install requirements**
183+
1. Install `tox` with the command ``pip install -U tox``
184184

185-
``pip install -U tox``
185+
2. Run tests with the command ``tox``
186186

187-
**Run tests**
187+
### Linting
188188

189-
``tox``
190-
191-
### Linting with `flake8`
189+
Run the following command to lint with flake8
192190

193191
``python setup.py lint``
192+
193+
(Note: The exact command may vary depending on your Python version and environment)

0 commit comments

Comments
 (0)