Skip to content

Commit 6e83fee

Browse files
committed
docs: conda-based installation script
1 parent ed01791 commit 6e83fee

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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
116116
Fork 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
137137
uv pip install .[all] --group dev --group notebook --group docs
138138
```
139139
140-
or
140+
or
141141
142142
```bash
143143
uv sync --all-extras --all-groups
@@ -149,6 +149,20 @@ Ensure that you install the precommit hooks:
149149
pre-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
154168
Mellea supports validation of generation results through a **instruct-validate-repair** pattern.

0 commit comments

Comments
 (0)