demergent-labs / kybra

Python CDK for the Internet Computer
MIT License
80 stars 15 forks source link

Automatically install the Kybra dfx extension #489

Open lastmjs opened 1 month ago

lastmjs commented 1 month ago

For simplicity and to get a release out quickly without spending too much time on it, we're not automatically installing the kybra extension for the developer. They will have to manually run python -m kybra install-dfx-extension. We should do this in some kind of pip install hook, I believe in setup.py, similar to how you use npm scripts in Azle to automatically install the extension.