Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 16, 2024
1 parent 0c63bb0 commit 7bced9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion website/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ website:
# theme
format:
html:
theme: sketchy
# theme: sketchy
toc: true
14 changes: 2 additions & 12 deletions website/onboarding.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,18 @@ cd Icarus

## Installation

Setup a Python virtual environment (an exercise left to the reader).

::: {.panel-tabset}

## just (recommended)

[Install `just`](https://github.com/casey/just). Then:

```bash
just setup
```

## pip

Run:
And activate the virtual environment:

```bash
pip install -r requirements.txt
. .venv/bin/activate
```

:::

Then the `icarus` CLI is available. Use it to generate data and run stuff.

## Generating synthetic data
Expand Down

0 comments on commit 7bced9e

Please sign in to comment.