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

install: Rosetta will not be required for Nextstrain CLI itself as of 8.2.0 #186

Merged
merged 1 commit into from
Feb 7, 2024
Merged
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
12 changes: 6 additions & 6 deletions src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ Install Nextstrain CLI

You can launch a Terminal by clicking the Launchpad icon in the Dock, typing ``terminal`` in the search field, and clicking Terminal.

.. note::

On newer Macs with an `Apple silicon chip <https://support.apple.com/en-us/HT211814>`_ (e.g. M1), `Rosetta 2 <https://support.apple.com/en-us/HT211861>`__ is required for both Nextstrain CLI itself and our runtimes.
Most of the time, Rosetta 2 will already be enabled.
If not, the installer will ask you to first enable Rosetta 2 and then retry the installation.


.. group-tab:: Windows (WSL)

Expand Down Expand Up @@ -166,6 +160,12 @@ Set up a Nextstrain runtime

.. include:: snippets/nextstrain-setup-conda.rst

.. note::

On newer Macs with an `Apple silicon chip <https://support.apple.com/en-us/HT211814>`_ (e.g. M1), `Rosetta 2 <https://support.apple.com/en-us/HT211861>`__ is required for the Conda runtime.
Most of the time, Rosetta 2 will already be enabled.
If not, the installer will ask you to first enable Rosetta 2 and then retry the installation.


.. group-tab:: Windows (WSL)

Expand Down
Loading