Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
Changed order of arguments to pipenv
  • Loading branch information
awillecke authored Sep 17, 2024
1 parent 8d12232 commit 3fced8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Now the recipe can be processed by `run_recipe.py` and should produce
a lineplot.
Using pipenv as package manager:
```
pipenv python run run_recipe.py <path to the recipe>
pipenv run python run_recipe.py <path to the recipe>
```

## Analyzing and plotting from SQLite databases

TBD
TBD

0 comments on commit 3fced8a

Please sign in to comment.