Sidetrek logo mobile

Download & install Sidetrek

Follow the steps below to download and install Sidetrek CLI.

Prerequisites

Make sure you have the following installed on your machine:

  • Python version 3.10-3.11
  • Poetry
  • git CLI

Download and Install for Your OS

To download and install Sidetrek, select your Operating System and then run the shown command in your terminal. Please note that Sidetrek currently does not officially support Windows.

$
curl -fsSL https://sidetrek.com/cli | sh

Verify Installation

To verify that Sidetrek has been installed correctly, run the following command in your terminal.

$
sidetrek --version

You should see:

v0.1.46

Updating Sidetrek

To update Sidetrek to the latest version, you simply need to run the install command again:

$
curl -fsSL https://sidetrek.com/cli | sh

Next Steps

OK, you should now be able to run sidetrek command anywhere in your terminal. Next, we will create a new data project using Sidetrek CLI.