Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 532 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 532 Bytes

Contributing

We love contributions and pull requests from everyone. We are particularly interested in performance improvements, alternative algorithms, and documentation improvements.

Fork, then clone the repo:

git clone [email protected]:your-username/inteq.git

You can install the package in devmode by running:

pip install -e ./inteq/

Please test any code you write either with the test calls in the examples directory or by writing your own test. This will help us to quickly review your contribution.