Skip to content

Commit bee1ead

Browse files
committed
upd: docs
1 parent 9b7a834 commit bee1ead

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
Thank you
4+
5+
## Rollout
6+
1. `pip install -r dev-requirements.txt` - Installing python dependencies
7+
2. `cargo build` - Installing rust dependencies

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Work in progress
44

5+
## Installation
6+
`pip install rem-math`
7+
58
## Examples
69
Sum of two 32-bit integer array
710
```py

dev-requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
colorama==0.4.6 ; python_version >= "3.11" and sys_platform == "win32"
2+
iniconfig==2.1.0 ; python_version >= "3.11"
3+
maturin==1.9.0 ; python_version >= "3.11"
4+
numpy==2.3.1 ; python_version >= "3.11"
5+
packaging==25.0 ; python_version >= "3.11"
6+
pluggy==1.6.0 ; python_version >= "3.11"
7+
py-cpuinfo==9.0.0 ; python_version >= "3.11"
8+
pygments==2.19.2 ; python_version >= "3.11"
9+
pytest-benchmark==5.1.0 ; python_version >= "3.11"
10+
pytest==8.4.1 ; python_version >= "3.11"

0 commit comments

Comments
 (0)