Skip to content

Commit

Permalink
440 update devcontainer (#443)
Browse files Browse the repository at this point in the history
* startup installing uv

* env file for remote taskfile

* taskfile

* taskfile
  • Loading branch information
tschm authored Dec 17, 2024
1 parent 68bbf57 commit b458f63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ the `portfolio.nav` into the many functions exposed by this package.

## uv

You need to install [task](https://taskfile.dev).
Starting with

```bash
make install
task simulator:install
```

will install [uv](https://github.com/astral-sh/uv) and create
Expand All @@ -160,7 +161,7 @@ We install [marimo](https://marimo.io) on the fly within the aforementioned
virtual environment. Executing

```bash
make marimo
task simulator:marimo
```

will install and start marimo.

0 comments on commit b458f63

Please sign in to comment.