Skip to content
Merged
Changes from 2 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
4 changes: 2 additions & 2 deletions docs/docs/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We love contributions from our community! This guide explains how to get involve

- Install Rust toolchain: [docs](https://rust-lang.org/tools/install)

- (Optional) Setup and activate python virtual environment
- (Optional) Setup and activate python virtual environment. Make sure buildings / runnings all happen in the same virtual env
```bash
virtualenv --python=$(which python3.12) .venv
. .venv/bin/activate
Expand All @@ -22,7 +22,7 @@ We love contributions from our community! This guide explains how to get involve
pip install maturin
```

- Build the library
- Build the library. Run at the root of cocoindex directory.
```bash
maturin develop
```
Expand Down