Skip to content

Commit

Permalink
docs: describe development environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
boczekbartek committed Sep 5, 2024
1 parent 6b5071e commit 6c1a194
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Some of the easiest ways to contribute to RAI involve engaging in community disc

### Setting up the development environment

To get started install RAI from source code using these [instructions](/README.md).
To get started install RAI from source code using these [instructions](docs/developer_guide.md#developer-environment-setup).

### Starting the discussion

Expand Down
10 changes: 10 additions & 0 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
RAI is a flexible AI agent framework designed to handle tasks in generalized manner.
It is easily extendable, allowing developers to adapt and integrate new functionalities and tools to meet their needs.

## Development Environment Setup

1. Follow installation instructions from [Quick Start](../README.md#quick-start)
2. Activate [pre-commit](https://pre-commit.com) hook for automatic code checking
and formatting (it uses [../.pre-commit-config.yaml](../.pre-commit-config.yaml)).

```bash
pre-commit install
```

## Try out RAI

```python
Expand Down

0 comments on commit 6c1a194

Please sign in to comment.