LogoLogo
  • Welcome
    • Introducing Pico
  • Getting Started
    • Installation
    • Quick start
  • Writing Apps
    • Programs
    • Proving
    • Features
    • Advanced
      • Instances
      • ProverChain
      • Proving Backends
  • Integrating Coprocessors
    • Function-level
    • Application-level
Powered by GitBook
On this page
  • Requirements:
  • Install
  • Option 1: Cargo install
  • Option 2: Local install
  • Rust toolchain
Export as PDF
  1. Getting Started

Installation

Install Pico toolchains

PreviousIntroducing PicoNextQuick start

Last updated 2 months ago

Requirements:

Install

Option 1: Cargo install

  1. Install pico-cli from the GitHub repository

cargo +nightly install --git https://github.com/brevis-network/pico pico-cli
  1. check the version

cargo pico --version

Option 2: Local install

  1. Git clone Pico-VM repository

git clone https://github.com/brevis-network/pico
  1. cargo install from the local path

cd sdk/cli
cargo install --locked --force --path .

Rust toolchain

Pico uses the rust-specific rust toolchain version(nightly-2024-11-27) to build the program.

rustup install nightly-2024-11-27 
rustup component add rust-src --toolchain nightly-2024-11-27

Rust (Nightly)
Git
Docker (Optional, for EVM proof)