Skip to content

Installation

Learn how to install Automated Future CLI and set up your environment.

Installation

Get started by installing the Automated Future CLI tool.

Prerequisites

Before you begin, ensure you have:

  • Node.js 16 or later (for npm installation)
  • Python 3.8+ (for pip installation)
  • An Automated Future account (sign up at dashboard.automatedfuture.co)

Install via npm

npm install -g @automatedfuture/cli

Install via pip

pip install automatedfuture

Verify Installation

af --version

Next Steps