No toml install with old pip
pip install from a repo with a .toml
, errors that pip doesn’t support this, and needs a setup.py
instead.
Todo
- TODO find out python and pip version
- exact error
pip install from a repo with a .toml
, errors that pip doesn’t support this, and needs a setup.py
instead.
Todo