Skip to content

Commit d26ec05

Browse files
authored
conda install instructions
1 parent 8474e1d commit d26ec05

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ We recommend installing this plugin and ``flake8`` itself using pip::
158158

159159
$ pip install flake8 flake8-rst-docstrings
160160

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+
161166
The new validator should be automatically included when using ``flake8`` which
162167
may now report additional validation codes starting with ``RST`` (as defined
163168
above). For example::

0 commit comments

Comments
 (0)