multiversx / mx-sdk-py-cli

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

mxpy-up less verbose #322

Closed popenta closed 1 year ago

popenta commented 1 year ago

By default, the mxpy-up.py installation script was very verbose and it was very easy to get lost in all the logs.

Now, made it by default less verbose, but also added the --verbose argument in case someone wants to see all the steps.

Solves https://github.com/multiversx/mx-sdk-py-cli/issues/308