Algorand development kit command-line interface
Project description
Algorun CLI
Is this for me?
The target audience for this tool is software developers building applications on the Algorand network. A working knowledge of using a command line interfaces and experience using the supported programming languages is assumed.
Install
Prerequisites
The key required dependency is Python 3.10+, but some of the installation options below will install that for you.
Algorun also has some runtime dependencies that also need to be available for particular commands.
- Docker - Docker Compose (and by association, Docker) is used to run the Algorand mainnet container, we require Docker Compose 2.5.0+
Install Algorun with pipx on any Mac, Linux and Windows subsystem for Linux
-
Ensure desired prerequisites are installed
-
Install using pipx
pipx install algorun
-
Restart the terminal to ensure AlgoKit is available on the path
Maintenance
- To update Algorun:
pipx upgrade algorun
- To remove Algorun:
pipx uninstall algorun
Verify installation
Verify AlgoKit is installed correctly by running algorun --version
and you should see output similar to:
algorun, version 0.1
Note If you get receive one of the following errors:
command not found: algorun
(bash/zsh)The term 'algorun' is not recognized as the name of a cmdlet, function, script file, or operable program.
(PowerShell)Then ensure that
algorun
is available on the PATH by runningpipx ensurepath
and restarting the terminal.
If you're experiencing issues with algorun raise an issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file algorun-0.0.1b1-py3-none-any.whl
.
File metadata
- Download URL: algorun-0.0.1b1-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f8f8d59392f8be408d2288fa540d8d0cf6b290dfd40dbe7988abd1b7836be7 |
|
MD5 | e85e2e3001c25215c512abdf463e284b |
|
BLAKE2b-256 | f752bef1e96575854c7b81ee3e06271f6fa6644d036b1d2f9f1e1b6578ea43b2 |