Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 006b97a

Browse files
committed
Update the installation instructions in the documentation
The current installation (and update) instructions are out of date, the update instructions are not giving any useful information, and the developer installation instructions are redudundant with the developer starting guide. I thus removed most of the instructions and replaced them with the instructions that are currently in the README.
1 parent 9b85c29 commit 006b97a

9 files changed

Lines changed: 20 additions & 524 deletions

doc/aesara_installer_for_anaconda.bat

Lines changed: 0 additions & 43 deletions
This file was deleted.

doc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Community
7979

8080
introduction
8181
install
82-
updating
8382
tutorial/index
8483
extending/index
8584
dev_start_guide

doc/install.rst

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,26 @@
33
Installing Aesara
44
=================
55

6-
Supported platforms:
6+
The latest release of Aesara can be installed from Pypi using `pip`:
77

8-
.. toctree::
9-
:maxdepth: 1
8+
.. code-block:: bash
109
11-
install_ubuntu
12-
install_macos
13-
install_windows
14-
install_centos6
10+
pip install aesara
1511
16-
To update your current installation see :ref:`updating`.
12+
13+
Or via conda-force:
14+
15+
.. code-block:: bash
16+
17+
conda install -c conda-forge aesara
18+
19+
20+
The current development branch of Aesara can be installed from GitHub using `pip`:
21+
22+
23+
.. code-block:: bash
24+
25+
pip install git+https://github.com/aesara-devs/aesara
26+
27+
28+
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 <https://numba.readthedocs.io/en/stable/user/installing.html>`__ and `JAX's installation instructions <https://github.com/google/jax#installation>`__ respectively.

doc/install_centos6.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

doc/install_generic.inc

Lines changed: 0 additions & 86 deletions
This file was deleted.

doc/install_macos.rst

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)