Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyanglin committed Feb 26, 2021
1 parent 9268f6f commit 53ee28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Modify your `create_snapshot_alphanet.sh`, modify Line 14 to `go run ../main.go tool snapgen alphanet1 96f9de0989e77d0e150e850a5a600e83045fa57419eaf3b20225b763d4e23813 snapshots/alphanet1/full_export.bin`
- `$ ./run_coo_bootstrap.sh `

2. To Build the iota_client python library by yourself, there are two ways.
2. To build the iota_client python library by yourself, there are two ways.
- By using the `cargo`
- Go to `bindings/python/native`
- `$ cargo build --release`
Expand All @@ -29,7 +29,7 @@
- The wheel file is now created in `bindings/python/native/target/wheels`
- `$ pip3 install [THE_BUILT_WHEEL_FILE]`

3. To Use the pre-build libraries
3. To use the pre-build libraries
- To use the pre-built libraries for linux/macos/windows, please check the `Artifacts` files generated by the Github Action in the last commit. For example, there are the following 12 wheels in `https://github.com/iotaledger/iota.rs/actions/runs/596639195`. Please download the one which matches your os and python version.
- `linux-iota-client-py3.6-wheel`
- `linux-iota-client-py3.7-wheel`
Expand Down

0 comments on commit 53ee28d

Please sign in to comment.