From 688c4b4757be4a5eb143ee837c66a8ac09d31534 Mon Sep 17 00:00:00 2001 From: Devon Date: Fri, 5 Aug 2022 13:43:10 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88beebc1..23b4e253 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Run this every time you start a new terminal to work on this project: source env/bin/activate ``` -See [`ingest_pipeline.py`](https://github.com/broadinstitute/scp-ingest-pipeline/blob/ew-tests-hook/ingest/ingest_pipeline.py) for usage examples. +See [`ingest_pipeline.py`](https://github.com/broadinstitute/scp-ingest-pipeline/blob/development/ingest/ingest_pipeline.py) for usage examples. ## Troubleshooting during set up @@ -150,4 +150,4 @@ If you run into an error like: "... [SSL: CERTIFICATE_VERIFY_FAILED] certificate If you run into an error like "ModuleNotFoundError: No module named 'google'" try: - Open terminal -- Run `pip install --upgrade google-api-python-client` \ No newline at end of file +- Run `pip install --upgrade google-api-python-client`