File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ uv run --with mellea docs/examples/tutorial/example.py
111111| MCP | < a target=" _blank" rel=" noopener noreferrer" href=" https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/mcp_example.ipynb" ><img src=" https://colab.research.google.com/assets/colab-badge.svg" alt=" Open In Colab" /></a> | Mellea + MCP |
112112
113113
114- # ## Installing from source
114+ # ## `uv`-based installation from source
115115
116116Fork and clone the repositoy:
117117
@@ -137,7 +137,7 @@ If you are planning to contribute to the repo, it would be good to have all the
137137uv pip install .[all] --group dev --group notebook --group docs
138138` ` `
139139
140- or
140+ or
141141
142142` ` ` bash
143143uv sync --all-extras --all-groups
@@ -149,6 +149,20 @@ Ensure that you install the precommit hooks:
149149pre-commit install
150150` ` `
151151
152+ # ## `conda`/`mamba`-based installation from source
153+
154+ Fork and clone the repositoy:
155+
156+ ` ` ` bash
157+ git clone ssh://git@github.com/< my-username> /mellea.git && cd mellea/
158+ ` ` `
159+
160+ It comes with an installation script, which does all the commands listed above:
161+
162+ ` ` ` bash
163+ conda/install.sh
164+ ` ` `
165+
152166# # Getting started with validation
153167
154168Mellea supports validation of generation results through a ** instruct-validate-repair** pattern.
You can’t perform that action at this time.
0 commit comments