The install instructions here pull from pip, not the cloned project. pyproject.toml exists, but you can't run a pip install -e. What am I missing?
python3 -m pip install -e .
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/xxxxx/contact
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
The install instructions here pull from pip, not the cloned project. pyproject.toml exists, but you can't run a pip install -e. What am I missing?
python3 -m pip install -e .
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/xxxxx/contact
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)