Skip to content

Commit

Permalink
added documentation for developers
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 31, 2023
1 parent 14866e4 commit f542ad0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,21 @@ mamba activate bt39
pip install bia-bob
```

## Development

If you want to contribute to `bia-bob`, you can install it in development mode like this:

```
git clone https://github.com/haesleinhuepf/bia-bob.git
cd bia-bob
pip install -e .
```

## Similar projects

There are similar projects offering LLM-based support in Jupyter notebooks:
* [jupyter-ai](https://github.com/jupyterlab/jupyter-ai)
* [napari-chatGPT](https://github.com/royerlab/napari-chatgpt)

## Issues

Expand Down

0 comments on commit f542ad0

Please sign in to comment.