Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update links to separate M1 and Intel macOS installers #359

Merged
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
Loading