Getting Started

For the installation process, you will need a computer with Python 3 installed. It is highly recommended using a virtual environment.

python -m venv venv
source venv/bin/activate
pip install tesla-ce

Alternatively, you can use a docker image to run the installation commands:

docker run -it -v "$PWD":/tesla teslace/core /bin/bash
source /venv/bin/activate

In both cases, the tesla_ce command will be available. You can try:

tesla_ce tesla_version