Skip to content

Commit

Permalink
towards uv
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 30, 2024
1 parent deb25c0 commit e00959a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,26 @@ We alter some of their Python code. Our experiments to combine it with Niedermay
ideas to accelerate the computation of the matrix inverses did not yet justify
the additional complexity.

## Poetry
## uv

We assume you share already the love for [Poetry](https://python-poetry.org).
Once you have installed poetry you can perform
Starting with

```bash
make install
```

to replicate the virtual environment we have defined in [pyproject.toml](pyproject.toml)
and locked in [poetry.lock](poetry.lock).
will install [uv](https://github.com/astral-sh/uv) and create
the virtual environment defined in
pyproject.toml and locked in uv.lock.

## Jupyter
## marimo

We install [JupyterLab](https://jupyter.org) on fly within the aforementioned
We install [marimo](https://marimo.io) on the fly within the aforementioned
virtual environment. Executing

```bash
make jupyter
make marimo
```

will install and start the jupyter lab.
will install and start marimo.

0 comments on commit e00959a

Please sign in to comment.