All you need to do is run pip install /opt/mypackage. and pip will search /opt/mypackage for a setup.py or pyproject.toml , build a wheel, then install it.
確定! 回上一頁