From d4ac47f22186a5a81316ecb544ad54c6a8324e3b Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Fri, 19 Jul 2024 18:55:47 -1000 Subject: [PATCH] docs --- docs/add_functions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/add_functions.md b/docs/add_functions.md index e1a47cca..d0bc8955 100644 --- a/docs/add_functions.md +++ b/docs/add_functions.md @@ -5,8 +5,7 @@ This lab will show how to add new functions to the WDL standard library, thus in ```bash git clone --recursive https://github.com/chanzuckerberg/miniwdl.git # or your own fork cd miniwdl -pip3 install -r requirements.txt -pip3 install -r requirements.dev.txt +pip3 install '.[dev]' # to install dev dependencies ``` The standard library is implemented in `WDL/StdLib.py`, except for some details specific to the task runtime environment.