This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Anthony Sottile
Recipients Anthony Sottile, ammar2, christian.heimes, pablogsal, paul.moore, shreyanavigyan, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-20.17:22:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621531337.57.0.726537876846.issue44184@roundup.psfhosted.org>
In-reply-to
Content
vstinner I showed the directions above, but here they are again:


venv\Scripts\pip install flake8==3.6.0
venv\Scripts\pip install -e . --no-deps  # ignore the conflict, but fix pyflakes
History
Date User Action Args
2021-05-20 17:22:17Anthony Sottilesetrecipients: + Anthony Sottile, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, ammar2, pablogsal, shreyanavigyan
2021-05-20 17:22:17Anthony Sottilesetmessageid: <1621531337.57.0.726537876846.issue44184@roundup.psfhosted.org>
2021-05-20 17:22:17Anthony Sottilelinkissue44184 messages
2021-05-20 17:22:17Anthony Sottilecreate