Set up your development environment

Get familiar with the Eternal AI CLI and Eternal AI Python SDK.

In this quickstart, you install the Eternal AI CLI, an essential tool that gets you command-line access to the Eternal AI blockchain. You also install the Eternal AI Python SDK to get access to the Eternal AI blockchain from your Python code.

To install:

pip install git+https://github.com/eternalai-org/eternalai.git

To confirm the installation, run:

eai version

Last updated