Installation
Install Pico toolchains
Requirements:
Install
Option 1: Cargo install
Install pico-cli from the GitHub repository
check the version
Option 2: Local install
Git clone Pico-VM repository
cargo install from the local path
Rust toolchain
Pico uses the rust-specific rust toolchain version(nightly-2024-11-27) to build the program.
Last updated