Skip to content

Commit b53a1a1

Browse files
authored
Move developer install notes
[ci skip]
1 parent 6305748 commit b53a1a1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
178173
The new validator should be automatically included when using ``flake8`` which
179174
may now report additional validation codes starting with ``RST`` (as defined
180175
above). For example::
@@ -306,6 +301,11 @@ Developers
306301

307302
This 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+
309309
To make a new release once tested locally and on TravisCI::
310310

311311
$ git tag vX.Y.Z

0 commit comments

Comments
 (0)