Skip to content

Commit

Permalink
Explicitly source instead of using dot alias
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <[email protected]>
  • Loading branch information
mfisher87 and chuckwondo authored Sep 14, 2024
1 parent c5c414e commit f53b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f53b451

Please sign in to comment.