Skip to content

Commit 4d5e9f7

Browse files
authored
Merge pull request #140 from AgentOps-AI/tcdent-patch-1
Update CONTRIBUTING.md
2 parents c936e58 + 15ddd85 commit 4d5e9f7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ The best place to engage in conversation about your contribution is in the Issue
1212
## Setup
1313

1414
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
1820

1921
## Project Structure
2022
TODO
@@ -59,4 +61,4 @@ pre-commit install
5961
```
6062

6163
## Tests
62-
HAHAHAHAHAHAHA good one
64+
HAHAHAHAHAHAHA good one

0 commit comments

Comments
 (0)