From 15ddd8520c71388de4f4fba432c241522b4d53ee Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Sat, 14 Dec 2024 08:38:53 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6375ae0..946cbf33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,9 +12,11 @@ The best place to engage in conversation about your contribution is in the Issue ## Setup 1. Clone the repo -2. `poetry install` -3. `pip install -e .[dev,test]` - - This will install the CLI locally and in editable mode so you can use `agentstack ` to test your latest changes + `git clone https://github.com/AgentOps-AI/AgentStack.git` + `cd AgentStack` +2. Install agentstack as an edtiable project and set it up for development and testing + `pip install -e .[dev,test]` + This will install the CLI locally and in editable mode so you can use `agentstack ` to test your latest changes ## Project Structure TODO @@ -59,4 +61,4 @@ pre-commit install ``` ## Tests -HAHAHAHAHAHAHA good one \ No newline at end of file +HAHAHAHAHAHAHA good one