Installation

2. Installation#

2.1. Requirements#

  • miniconda

  • python3

2.2. Installation#

Note

To use AESP, first install miniconda:

If miniconda is already installed, you can install the appropriate version of the python environment and activate it.

conda create -n aesp python==3.11
conda activate aesp

To install AESP, here are two options.

[1] one can simply type

pip install aesp

[2] or make a copy of the source code, and then install it manually.

git clone https://github.com/stupid-cloud/aesp.git
cd aesp
pip install ./

If you already have aesp installed, try typing aesp -v to see the current version. You expect to see the following output.

aesp v2024.8.4