Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk/python] Allow editable installs without build step #357

Merged
merged 1 commit into from
Jul 22, 2024

Commits on Jul 20, 2024

  1. [sdk/python] Allow editable installs without build step

    This change makes it possible to install the Python SDK with `pip install -e sdk/python/lib` without having to first build the project and then install from the build directory with `pip install -e sdk/python/env/src`.
    
    This helps speed up local development, but also makes it possible to install in this way from tests that require the version of the package to be a simple version like `1.0.0` and not `1.12.0a1721429785` like with the built package.
    justinvp committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e14192a View commit details
    Browse the repository at this point in the history