Quickstart
In this tutorial, you'll learn how to set up and start using the Pieces CLI. We'll cover the installation process and basic usage to help you get up and running quickly.
Pieces CLIPrerequisites
- Pieces OS installed on your machine.
Steps
Step 1: Install the Pieces CLI
- Ensure Pieces OS is installed and running on your system
- Install the Python package:
Or via Homebrew:
pip install pieces-cli
Or via Conda:brew install pieces-cli
conda install pieces-cli
Step 2: Verify Installation
- Open your terminal
- Run the following command to verify the installation:
If the installation was successful, you should see the version of the Pieces CLI.
pieces version
Step 3: Explore Basic Commands
Run the following command to see the available commands:
pieces help
Congratulations! You have successfully set up and started using the Pieces CLI.
Next Steps
Explore more features and commands to streamline your workflow and boost productivity. Visit the Commands page to learn more.