File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,11 @@ The best place to engage in conversation about your contribution is in the Issue
12
12
## Setup
13
13
14
14
1 . Clone the repo
15
- 2 . ` poetry install `
16
- 3 . ` pip install -e .[dev,test] `
17
- - This will install the CLI locally and in editable mode so you can use ` agentstack <command> ` to test your latest changes
15
+ ` git clone https://github.com/AgentOps-AI/AgentStack.git `
16
+ ` cd AgentStack `
17
+ 2 . Install agentstack as an edtiable project and set it up for development and testing
18
+ ` pip install -e .[dev,test] `
19
+ This will install the CLI locally and in editable mode so you can use ` agentstack <command> ` to test your latest changes
18
20
19
21
## Project Structure
20
22
TODO
@@ -59,4 +61,4 @@ pre-commit install
59
61
```
60
62
61
63
## Tests
62
- HAHAHAHAHAHAHA good one
64
+ HAHAHAHAHAHAHA good one
You can’t perform that action at this time.
0 commit comments