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
The current development branch of Aesara can be installed from GitHub using pip
:
pip install git+https://github.com/aesara-devs/aesara
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.