Skip to content

Commit 8f72405

Browse files
authored
Update CONTRIBUTING.md
1 parent cb8dd11 commit 8f72405

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

CONTRIBUTING.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ This doc describes how you can get started at developing ConnectorX.
66

77
### Install tools and dependencies
88

9-
* Install Rust: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
10-
* Switch to nightly (under project directory): `rustup toolchain install nightly && rustup override set nightly`
11-
* Install [just](https://github.com/casey/just): `cargo install just`
12-
* Install [Poetry](https://python-poetry.org/docs/): `pip3 install poetry`
13-
* Install Python dependencies: `just bootstrap-python`
9+
Please check out [here](https://sfu-db.github.io/connector-x/install.html#build-from-source-code)
1410

1511

1612
### Run tests
@@ -50,7 +46,7 @@ MODIN_ENGINE=dask
5046

5147
* Seed database: `just seed-db`
5248
* Run Rust tests: `just test`
53-
* Run Python tests: `just test-python`
49+
* Run Python tests: `just test-python [-k {test case keyword}]`
5450

5551
### Other commands
5652

@@ -83,7 +79,3 @@ MODIN_ENGINE=dask
8379
* Add corresponding unit tests under `connectorx/tests` for Rust and `connectorx-python/connectorx/tests` for Python
8480

8581
**Please check out [here](https://sfu-db.github.io/connector-x/connectorx/#extending-connectorx) for more detailed implementation instructions of how to extend ConnectorX.**
86-
87-
## How to manually build ConnectorX
88-
89-
Please check out [here](https://sfu-db.github.io/connector-x/install.html#build-from-source-code)

0 commit comments

Comments
 (0)