Closed bnavigator closed 1 year ago
Implements #104
%python_install (pyhton3 setup.py install) has been deprecated quite some time ago. The new way to go is pyproject_install with building the wheel before.
%python_install
pyhton3 setup.py install
pyproject_install
Parses pyproject.toml, supplemented by legacy setup.py parsed by metaextract.
Implements #104
%python_install
(pyhton3 setup.py install
) has been deprecated quite some time ago. The new way to go ispyproject_install
with building the wheel before.Parses pyproject.toml, supplemented by legacy setup.py parsed by metaextract.