Update references in conda / to advanced docs

This commit is contained in:
abejgonzalez 2023-03-05 14:42:06 -08:00
parent f868560d5b
commit 5ee9b52fa6
2 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
Non-Source Dependency Management
================================
In :doc:`/Initial-Setup/Setting-up-your-Manager-Instance`, we quickly copy-pasted the contents
In :doc:`/Initial-AWS-Setup/Setting-up-your-Manager-Instance`, we quickly copy-pasted the contents
of ``scripts/machine-launch-script.sh`` into the EC2 Management Console and
that script installed many dependencies that FireSim needs using
`conda <https://conda.io/en/latest/index.html>`_, a platform-agnostic package
manager, specifically using packages from the `conda-forge community <https://conda-forge.org/#about>`_.
manager, specifically using packages from the `conda-forge community <https://conda-forge.org/#about>`_
(or in the case of :doc:`/Initial-OnPrem-Setup/Setting-up-your-On-Premise-Machine`, we ran ``scripts/machine-launch-script.sh``).
In many situations, you may not need to know anything about ``conda``. By default, the
``machine-launch-script.sh`` installs ``conda`` into ``/opt/conda`` and all of the FireSim dependencies into

View File

@ -1,11 +1,11 @@
.. _initial-setup:
.. _onprem-initial-setup:
Initial Setup/Installation
================================
This section will guide you through initial setup of a single on-premise (self-owned) machine to support
FireSim, as well as cloning/installing FireSim on that machine.
Please refer to the :ref:`Advanced Docs:` for additional ways to extend the on-premise support to arbitrary externally provisioned clusters or multiple FPGAs.
Please refer to the "Advanced Docs" for additional ways to extend the on-premise support to arbitrary externally provisioned clusters or multiple FPGAs.
.. toctree::
:maxdepth: 2