Skip to content

Update CONTRIBUTING.md #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2024
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