From 264761ccb85099a0a21ea32171bfe87181937dfa Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 27 Jun 2018 13:44:22 -0700 Subject: add py-pep8-naming package --- lib/spack/docs/contribution_guide.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3-70-g09d2