summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:51:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-28 13:09:08 +0200
commit7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e (patch)
tree38aa60dc05e2aec6640a38ced41d211854fddce7 /README.rst
parent72b9e83d0e48545a3cb5db18e0c724ec406ce9c2 (diff)
downloadpylint-git-7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e.tar.gz
Fix the pyenchant dependencie following #6440
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c06543b07..4da6a750f 100644
--- a/README.rst
+++ b/README.rst
@@ -130,8 +130,8 @@ To run individual tests with ``tox``, you can do::
tox -e py37 -- -k name_of_the_test
-If you're testing new change in astroid you need to clone astroid_ and install
-the last version::
+If you're testing new changes in astroid you need to clone astroid_ and install
+with an editable installation as follows::
git clone https://github.com/PyCQA/astroid.git
cd astroid