summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2018-06-27 13:44:22 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-07-19 00:41:36 -0700
commit264761ccb85099a0a21ea32171bfe87181937dfa (patch)
tree715b14ed8d8e57fa6a6286bd4e126f3f8f4ab2bf /lib
parent23d911d1a0e2a91e7a3c8c5098ae20cda56608b6 (diff)
downloadspack-264761ccb85099a0a21ea32171bfe87181937dfa.tar.gz
spack-264761ccb85099a0a21ea32171bfe87181937dfa.tar.bz2
spack-264761ccb85099a0a21ea32171bfe87181937dfa.tar.xz
spack-264761ccb85099a0a21ea32171bfe87181937dfa.zip
add py-pep8-naming package
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index d988b3df50..8123dbd164 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -189,11 +189,16 @@ to update them.
.. warning::
- Flake8 requires setuptools in order to run. If you installed ``py-flake8``
- with Spack, make sure to add ``py-setuptools`` to your ``PYTHONPATH``.
- The easiest way to do this is to run ``spack activate py-flake8`` so that
- all of the dependencies are symlinked to a central location. If you see an
- error message like:
+ Flake8 and ``pep8-naming`` require a number of dependencies in order
+ to run. If you installed ``py-flake8`` and ``py-pep8-naming``, the
+ easiest way to ensure the right packages are on your ``PYTHONPATH`` is
+ to run::
+
+ spack activate py-flake8
+ spack activate pep8-naming
+
+ so that all of the dependencies are symlinked to a central
+ location. If you see an error message like:
.. code-block:: console