multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
34 stars 36 forks source link

Fix vmtools installation #355

Closed popenta closed 10 months ago

popenta commented 10 months ago

Fixed the vmtools intallation, allowing one to install a specific version. Now, doing the following works:

mxpy config set "dependencies.vmtools.urlTemplate.linux" "https://github.com/multiversx/mx-chain-vm-v1_4-go/archive/{TAG}.tar.gz"
mxpy config set dependencies.vmtools.tag v1.4.81
mxpy deps install vmtools --overwrite