File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments