Skip to content

Commit ba1d49d

Browse files
committed
Add install section to front page
1 parent 2a115e2 commit ba1d49d

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

index.rst

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,32 @@ The ASTRA Toolbox is a Python and MATLAB toolbox of high-performance GPU primiti
3131
The source code of the ASTRA Toolbox is available on `GitHub <https://github.com/astra-toolbox/astra-toolbox>`_.
3232

3333

34+
Install
35+
-------
36+
37+
.. tabs::
38+
.. group-tab:: Python (conda)
39+
.. code-block:: bash
40+
41+
conda install -c astra-toolbox -c nvidia astra-toolbox
42+
43+
.. group-tab:: Python (conda-forge)
44+
.. code-block:: bash
45+
46+
conda install -c conda-forge astra-toolbox
47+
48+
.. group-tab:: Python (pip)
49+
.. code-block:: bash
50+
51+
pip install astra-toolbox
52+
53+
.. group-tab:: MATLAB
54+
55+
On Windows, we provide precompiled binaries on the `downloads page <downloads/index.html>`_.
56+
On Linux and macOS, the toolbox needs to be built from source using the
57+
`build instructions <docs/install.html#linux-from-source>`_.
58+
59+
3460
Latest News
3561
-----------
3662

@@ -58,14 +84,6 @@ Latest News
5884

5985
* We now have development Python packages available from ASTRA git master on conda. Quick installation instructions: ``conda install -c astra-toolbox/label/dev astra-toolbox`` .
6086

61-
Downloads
62-
---------
63-
64-
Main downloads of the latest official release.
65-
66-
67-
.. include:: downloads/2.5.0/downloads.txt
68-
6987
References
7088
----------
7189

0 commit comments

Comments
 (0)