Installing Aesara#
The latest release of Aesara can be installed from Pypi using pip:
pip install aesara
Or via conda-force:
conda install -c conda-forge aesara
To get the latest features you can install the nightly build of Aesara can be installed from GitHub using pip:
pip install aesara-nightly
Attention
To use the Numba and JAX backend you will need to install these libraries in addition to Aesara. Please refer to Numba’s installation instructions and JAX’s installation instructions respectively.