Closed tkrabel closed 1 year ago
In https://rope.readthedocs.io/en/latest/contributing.html, it says to do a dev install with
pip install -e .[dev]
This should rather be:
pip install -e ".[dev]"
Description
In https://rope.readthedocs.io/en/latest/contributing.html, it says to do a dev install with
This should rather be: