PyCharm likes to give me this error and its annoying: ``` ERROR: file:///subsafe-commander does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. ``` When trying to run: ``` pip install -e /subsafe-commander ``` This might help: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
PyCharm likes to give me this error and its annoying:
When trying to run:
This might help: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html