Instalation
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:
<plutus_terminal_executable>To update
From the terminal run:
<plutus_terminal_executable> self updateTo uninstall
<plutus_terminal_executable> self removeRequirements
- On Windows:
Git
Microsoft C++ Build Tools
- On Linux:
Git
libxcb-cursor-dev
Installation using pipx
To install
pipx install plutus-terminalRun with:
plutus-terminalTo update
pipx upgrade plutus-terminalTo uninstall
pipx uninstall plutus-terminalBuild with poetry
To install
First, clone the repository:
git clone https://github.com/plutus-terminal/plutus-terminal.gitNavigate to the cloned repository:
cd plutus-terminalCheckout the main branch:
git checkout mainThen, install the package:
poetry installRun the tool with:
poetry run plutus-terminalTo update
git pull
poetry updateLast updated