Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 20, 2024
1 parent f2749eb commit d4ac47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/add_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d4ac47f

Please sign in to comment.