Skip to content

Commit 930436b

Browse files
Update contributing.md
1 parent e741f6f commit 930436b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/docs/about/contributing.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,23 @@ 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. Make sure buildings / runnings all happen in the same virtual env
14+
- (Optional) Setup Python virtual environment:
1515
```bash
1616
virtualenv --python=$(which python3.12) .venv
1717
. .venv/bin/activate
1818
```
19+
Activate the virtual environment, before any installings / buildings / runnings:
1920

20-
- Install maturin
21+
```bash
22+
. .venv/bin/activate
23+
```
24+
25+
- Install maturin:
2126
```bash
2227
pip install maturin
2328
```
2429

25-
- Build the library. Run at the root of cocoindex directory.
30+
- Build the library. Run at the root of cocoindex directory:
2631
```bash
2732
maturin develop
2833
```

0 commit comments

Comments
 (0)