diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..d4d74ab --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,22 @@ +# Claude Code Instructions + +## Python Environment + +**ALWAYS use `.venv-310` virtual environment for this project.** + +When running Python commands, use: +```bash +source .venv-310/bin/activate && python +``` + +Never use system `python` or `python3` directly without activating the virtual environment first. + +## Example Commands + +```bash +# Running training +source .venv-310/bin/activate && python -m collab_env.gnn.interaction_particles.run_training --help + +# Running any Python script +source .venv-310/bin/activate && python