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

Install mxpy using pipx #374

Closed popenta closed 8 months ago

popenta commented 8 months ago

mxpy can now be installed using pipx.

popenta commented 8 months ago

Let's also add some GitHub workflows such as install-ubuntu-pipx.yml, install-macos-pipx.yml, similar to the existing ones that use mxpy-up.

Added two GH actions to install mxpy using pipx for both Ubuntu and MacOS.