We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8474e1d commit d26ec05Copy full SHA for d26ec05
1 file changed
README.rst
@@ -158,6 +158,11 @@ We recommend installing this plugin and ``flake8`` itself using pip::
158
159
$ pip install flake8 flake8-rst-docstrings
160
161
+Alternatively, if you are using the Anaconda packaging system, the following
162
+command will install the plugin with its dependencies::
163
+
164
+ $ conda install -c conda-forge flake8-rst-docstrings
165
166
The new validator should be automatically included when using ``flake8`` which
167
may now report additional validation codes starting with ``RST`` (as defined
168
above). For example::
0 commit comments