Skip to content

Commit e741f6f

Browse files
Update contributing.md
1 parent 84b2a02 commit e741f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/about/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We love contributions from our community! This guide explains how to get involve
1111

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

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

25-
- Build the library. In the same virtual env, run at the root of cocoindex directory
25+
- Build the library. Run at the root of cocoindex directory.
2626
```bash
2727
maturin develop
2828
```

0 commit comments

Comments
 (0)