Plutus Terminal is an open-source Python package with multiple dependencies. You can install it by downloading the PyApp executable, using pipx, or building it with Poetry.
Github Page: https://github.com/plutus-terminal/plutus-terminal
Installation using PyApp executable
To install
Download the plutus-terminal executable from the Releases page and run it directly.
If the installation fails, run from terminal to and read log errors:
Copy <plutus_terminal_executable>
To update
From the terminal run:
Copy <plutus_terminal_executable> self update
To uninstall
Copy <plutus_terminal_executable> self remove
Requirements
- On Windows:
Microsoft C++ Build Tools
- On Linux:
Installation using pipx
To install
Copy pipx install plutus-terminal
Run with:
To update
Copy pipx upgrade plutus-terminal
To uninstall
Copy pipx uninstall plutus-terminal
Build with poetry
To install
First, clone the repository:
Copy git clone https://github.com/plutus-terminal/plutus-terminal.git
Navigate to the cloned repository:
Checkout the main
branch:
Then, install the package:
Run the tool with:
Copy poetry run plutus-terminal
To update
Copy git pull
poetry update
Last updated 6 months ago