Closed
Description
The command for installing via pip no longer works due to changes in security protocols.
Changing the URL to an HTTPS address fixed this issue for me, i.e. pip install git+git://github.com/psf/black
->pip install git+https://github.com/psf/black
Activity