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 043ac06 commit f8940f6Copy full SHA for f8940f6
README.md
@@ -180,14 +180,14 @@ All parameters are optional.
180
181
### Running tests
182
183
-**Install requirements**
+1. Install `tox` with the command ``pip install -U tox``
184
185
-``pip install -U tox``
+2. Run tests with the command ``tox``
186
187
-**Run tests**
+### Linting
188
189
-``tox``
190
-
191
-### Linting with `flake8`
+Run the following command to lint with flake8
192
193
``python setup.py lint``
+
+(Note: The exact command may vary depending on your Python version and environment)
0 commit comments