Skip to content

Commit

Permalink
DOC: add direnv and .envrc instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 1, 2024
1 parent b0885ba commit 752335c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"Dalitz",
"deadsnakes",
"defaultdict",
"direnv",
"dummifies",
"dummify",
"eigenstates",
Expand Down Expand Up @@ -204,6 +205,7 @@
"einsum",
"elif",
"endswith",
"envrc",
"epsabs",
"epsrel",
"eqnarray",
Expand Down
4 changes: 4 additions & 0 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ uv pip install -e .
:::
::::

:::{tip}
[Install `direnv`](https://direnv.net/docs/installation.html) if a repository contains a {file}`.envrc` file. This ensures that the appropriate environment is activates once you navigate into the repository!
:::

### Editable installation

When developing a package, it is most convenient if you install it in
Expand Down

0 comments on commit 752335c

Please sign in to comment.