Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/_static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ table.installer-table tbody td:nth-child(1) p::before {
vertical-align: middle;
}

table.installer-table tbody td:nth-child(2) p::before {
table.installer-table tbody td:nth-child(2) p::before,
table.installer-table tbody td:nth-child(3) p::before {
content: "\f179";
font-size: 2em;
padding-right: 0.5em;
Expand Down
11 changes: 6 additions & 5 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f

.. table::

========================================== ==========================================
`Windows Installer`_ `macOS Installer`_
========================================== ==========================================
================ ================ ================
`Windows`_ `macOS M1`_ `macOS Intel`_
================ ================ ================

.. _Windows Installer: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe
.. _macOS Installer: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg
.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe
.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg
.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_x86_64.dmg

.. note::

Expand Down