Skip to content

Commit

Permalink
update readmes, requirements and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Feb 22, 2024
1 parent cb09152 commit 6bdb0d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
target/
.idea/
__pycache__
venv
Cargo.lock
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ This cargo workspace contains code useful for working with the Chia network.

It contains a rust crate `chia` (here), a python wheel api `chia_rs` (in `wheel`), and web assembly (in `wasm`).

To run the python tests, check out the README in the `wheel` folder.
2 changes: 1 addition & 1 deletion wheel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run the tests:
```
cd wheel
python3 -m venv venv
pip install -r requirements
pip install -r requirements.txt
maturin develop
cd ..
pytest tests
Expand Down
1 change: 0 additions & 1 deletion wheel/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
chia_rs @ file:///var/folders/w1/q9rlcnps12l0vj4l4ch0krwc0000gn/T/.tmpjfJVCH/chia_rs-0.5.2-cp312-cp312-macosx_11_0_arm64.whl#sha256=87f12f2b5ab21018a01cd416a415e0310994411b0780292c76ead83f8f50feb4
iniconfig==2.0.0
maturin==1.4.0
chia-blockchain==2.1.4
Expand Down

0 comments on commit 6bdb0d2

Please sign in to comment.