From 7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 26 Apr 2022 09:51:22 +0200 Subject: Fix the pyenchant dependencie following #6440 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.1