From 3fced8a3f8fa203b8eabe3f78083d6d29258e1a0 Mon Sep 17 00:00:00 2001 From: Alexander Willecke Date: Tue, 17 Sep 2024 10:20:00 +0200 Subject: [PATCH] Update quickstart.md Changed order of arguments to pipenv --- docs/source/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.md b/docs/source/quickstart.md index a2e8182..c9f33dc 100644 --- a/docs/source/quickstart.md +++ b/docs/source/quickstart.md @@ -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 +pipenv run python run_recipe.py ``` ## Analyzing and plotting from SQLite databases -TBD \ No newline at end of file +TBD