Skip to content

Commit 6bfb36c

Browse files
Copilotdrbenvincent
andcommitted
Make environment activation instructions flexible for different tools
Co-authored-by: drbenvincent <[email protected]>
1 parent b06980b commit 6bfb36c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

AGENTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Environment
44

5-
- **Activation required**: Always run `conda activate CausalPy` before executing any Python commands, tests, or scripts
5+
- **Activation required**: Always activate the `CausalPy` environment before executing any Python commands, tests, or scripts
6+
- Try one of the following commands based on your environment manager:
7+
- `conda activate CausalPy` (for conda)
8+
- `micromamba activate CausalPy` (for micromamba)
9+
- `pixi shell` (for pixi)
10+
- If unsure which tool you're using, try running `which conda || which micromamba || which pixi` to detect available tools
11+
- The environment should be configured using the `environment.yml` file in the repository root
612

713
## Testing preferences
814

0 commit comments

Comments
 (0)