File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,11 +170,6 @@ command will install the plugin with its dependencies::
170170
171171 $ conda install -c conda-forge flake8-rst-docstrings
172172
173- Developers may install the plugin from the git repository with optional build
174- dependencies::
175-
176- $ pip install -e .[develop]
177-
178173The new validator should be automatically included when using ``flake8 `` which
179174may now report additional validation codes starting with ``RST `` (as defined
180175above). For example::
@@ -306,6 +301,11 @@ Developers
306301
307302This plugin is on GitHub at https://github.com/peterjc/flake8-rst-docstrings
308303
304+ Developers may install the plugin from the git repository with optional build
305+ dependencies::
306+
307+ $ pip install -e .[develop]
308+
309309To make a new release once tested locally and on TravisCI::
310310
311311 $ git tag vX.Y.Z
You can’t perform that action at this time.
0 commit comments