Skip to content

Commit

Permalink
add requirements.txt and update readme in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Apr 25, 2024
1 parent 95d3e81 commit 0f2ce89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wheel/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
The `chia_rs` wheel contains python bindings for code from the `chia` crate.

To run the tests:
```
cd wheel
python -m venv venv
. ./venv/bin/activate
python -m pip install -r requirements.txt
maturin develop
python -m pytest ../tests
```

6 changes: 6 additions & 0 deletions wheel/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
iniconfig==2.0.0
maturin==1.4.0
chia-blockchain==2.1.4
packaging==23.2
pluggy==1.4.0
pytest==8.0.1

0 comments on commit 0f2ce89

Please sign in to comment.