From 1dc1cbcc091c666899d4c8297b7f76c5f9fa95a3 Mon Sep 17 00:00:00 2001 From: issac6666 Date: Mon, 27 Oct 2025 21:22:26 -0700 Subject: [PATCH] Create LOCAL_DEV_EN.md --- docs/LOCAL_DEV_EN.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/LOCAL_DEV_EN.md diff --git a/docs/LOCAL_DEV_EN.md b/docs/LOCAL_DEV_EN.md new file mode 100644 index 00000000..d4818bfd --- /dev/null +++ b/docs/LOCAL_DEV_EN.md @@ -0,0 +1,13 @@ + # Local Development Guide (For Contributors) + +This guide helps new contributors set up and run the Jarvis AI assistant locally for development or debugging. + +## 1) Prerequisites +- Python 3.9 or above (Python 3.10+ recommended) +- Git (for cloning and pushing changes) +- Works on macOS / Linux / Windows + +## 2) Clone the repository +```bash +git clone https://github.com/Code-A2Z/jarvis.git +cd jarvis