Skip to content

Commit c9f1da8

Browse files
update quick start guide with pypi info
1 parent 900a78d commit c9f1da8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/source/quick_start.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ First, it is highly recommended to use a Python virtual environment to manage de
2121
Then, install Temoa:
2222

2323
.. parsed-literal::
24-
# Install from PyPI (when 4.0 is released)
24+
# Install from PyPI
2525
$ pip install temoa
2626
27-
# Or install from nightlies (alpha/development versions)
28-
$ pip install --index-url https://temoaproject.github.io/temoa-nightlies/simple/ temoa --extra-index-url https://pypi.org/simple/
29-
3027
# Get started
3128
$ python -m temoa tutorial my_first_model
3229
$ python -m temoa run my_first_model.toml
@@ -43,9 +40,8 @@ For faster dependency resolution:
4340
$ uv init <dir_name>
4441
$ cd <dir_name>
4542
46-
47-
# add Temoa from nightlies to pyproject.toml
48-
$ uv add temoa --default-index https://pypi.temoaproject.org/simple --index https://pypi.org/simple
43+
# add Temoa from PyPI to pyproject.toml
44+
$ uv add temoa
4945
5046
# Get started
5147
$ uv run temoa tutorial my_first_model
@@ -63,6 +59,9 @@ If you want to contribute to Temoa or modify the code:
6359
# Install in development mode with uv (recommended)
6460
$ uv sync --all-extras --dev
6561
62+
# Install pre-commit hooks
63+
$ uv run pre-commit install
64+
6665
For detailed contribution guidelines, see CONTRIBUTING.md in the repository.
6766

6867
Solvers

0 commit comments

Comments
 (0)