Skip to content

Commit

Permalink
Merge pull request #1924 from flexcompute/dario/checkout_404
Browse files Browse the repository at this point in the history
🔧 Fix 404 mamba install link
  • Loading branch information
alec-flexcompute authored Aug 27, 2024
2 parents 2e91ebf + 27e36c0 commit ea1fd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Some users or systems may require a more specialized installation, which we will

If you already have Python installed on your computer, it is possible that some packages in your current environment could have version conflicts with Tidy3D. To avoid this, we strongly recommend that you create a clean Python virtual environment to install Tidy3D.

We recommend using the Mamba package management system to manage your Python virtual environment as well as installing Tidy3D. You can install Mamba conveniently following `these instructions <https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html/>`__.
We recommend using the Mamba package management system to manage your Python virtual environment as well as installing Tidy3D. You can install Mamba conveniently following `these instructions <https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html>`__.

After you install Anaconda, open the Anaconda Prompt and enter

Expand Down Expand Up @@ -181,4 +181,4 @@ To see some other examples of Tidy3D being used in large scale photonics simulat

To learn more about the many features of Tidy3D, check out our `Feature Walkthrough <./notebooks/Simulation.html>`_.

Or, if you're interested in the API documentation, see `API Reference <./api/index.html>`_.
Or, if you're interested in the API documentation, see `API Reference <./api/index.html>`_.

0 comments on commit ea1fd68

Please sign in to comment.