From f2749eb5520d1e25d64fdea006bbb61de55abfc7 Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Fri, 19 Jul 2024 18:39:04 -1000 Subject: [PATCH] docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 746c1c6d..03d444b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Feedback and contributions to miniwdl are welcome, via issues and pull requests To set up your Linux development environment, 1. `git clone --recursive` this repository or your fork thereof, and `cd` into it -2. Install dependencies as illustrated in the [Dockerfile](https://github.com/chanzuckerberg/miniwdl/blob/main/Dockerfile) (OS packages + PyPI dependencies) +2. Install dependencies as illustrated in the [Dockerfile](https://github.com/chanzuckerberg/miniwdl/blob/main/Dockerfile) (OS packages) and [pyproject.toml](pyproject.toml) (PyPI dependencies). 3. Invoking user must have [permission to control Docker](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) 4. Try `python3 -m WDL run_self_test` to test the configuration