Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>` 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 <command>` to test your latest changes

## Project Structure
TODO
Expand Down Expand Up @@ -59,4 +61,4 @@ pre-commit install
```

## Tests
HAHAHAHAHAHAHA good one
HAHAHAHAHAHAHA good one
Loading