Skip to content

Commit

Permalink
docs(contribute): add conda setup back as an alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
bearomorphism committed Apr 24, 2024
1 parent ca91eb0 commit fc28fef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/community/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ In the ``flyteorg/flyte`` root directory you can run ``make dev-docs`` to build

For example, to use the local flytekit source code instead of the source code from the ``flyteorg/flytekit`` repo, run ``export FLYTEKIT_LOCAL_PATH=/path/to/flytekit`` before running ``make dev-docs``.

**Alternative conda setup steps**

* Install ``conda``.
* We recommend Miniconda installed with an `official installer <https://docs.conda.io/projects/miniconda/en/latest/index.html#latest-miniconda-installer-links>`__.
* Install `conda-lock <https://github.com/conda/conda-lock>`__.
* In the ``flyteorg/flyte`` root directory run:
* ``conda-lock install --name monodocs-env monodocs-environment.lock.yaml``
* ``conda activate monodocs-env``
* ``pip install ./flyteidl``

``flyteidl``
************

Expand Down

0 comments on commit fc28fef

Please sign in to comment.