Installation

In this section, you’ll find step-by-step instructions on how to install the library. It includes details on prerequisites, necessary tools, and commands to set up the environment.

To install the client, you have two options: you can either clone the repository directly from GitHub or install the library using pip. Below are the detailed steps for both methods:

Install Library:

To install the library, ensure that you are using Python version 3.6 or higher. You can install the library in your environment by running the following command:

pip install futureagi

Clone the Repository:

Alternatively, you can clone the repository to have direct access to the source code. Use the following git command to clone the repository:

 git clone https://github.com/future-agi/client

Choose the method that best fits your workflow and follow the steps to set up the client.

Last updated