Installation
Setting up the AIDDL_PATH Variable
Before installing the AIDDL libraries, we need to set the AIDDL_PATH environment variable. This will allow to import required modules (via #req) by using their name. Below, we use <AIDDL> as the root of the aiddl.org git repository.
Add the following lines to the end of the `~/.profile` file:
AIDDL_PATH="<AIDDL>/core/aiddl/:<AIDDL>/common/aiddl/"
Navigate to: Computer -> Settings -> Advanced Settings -> Environment Variables
Add a new variable named
AIDDL_PATHChange the value of AIDDL_PATH to include the following folders:
<AIDDL>/core/aiddl <AIDDL>/common/aiddl
Last modified: 17 March 2025