Skip to content

Commit

Permalink
towards uv and marimo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 30, 2024
1 parent 1bd1b5f commit e035e9c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,25 @@ We have also integrated the [quantstats](https://github.com/ranaroussi/quantstat
package as an optional extra for further analysis. It is usually enough to inject
the `portfolio.nav` into the many functions exposed by this package.

## 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.
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 the 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 e035e9c

Please sign in to comment.