From f53b45168cef8ed9ac7991d293b037e696234fe2 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sat, 14 Sep 2024 11:14:24 -0600 Subject: [PATCH] Explicitly source instead of using dot alias Co-authored-by: Chuck Daniels --- docs/contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/development.md b/docs/contributing/development.md index fd5c0fc8..2b325d3a 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -38,7 +38,7 @@ Python, in the `.venv` directory: ```bash python -m venv .venv -. .venv/bin/activate +source .venv/bin/activate ``` Install _earthaccess_ in editable mode with optional development dependencies: