Skip to content

Commit

Permalink
Small fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoppe committed Nov 6, 2023
1 parent 75bd87d commit c077e10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ For more instructions regarding the Rust binding, refer to its [README](bindings

Install Nyxstone with pip. On some distributions you may have to create a virtual environment.

´´´
```
$ pip install nyxstone
$ python -q
\>\>\> from nyxstone import NyxstoneBuilder
\>\>\> nyxstone = NyxstoneBuilder().with_triple("x86_64").build()
\>\>\> nyxstone.assemble_to_bytes("jne .loop", 0x1100, {".loop": 0x1000})
´´´
>>> from nyxstone import NyxstoneBuilder
>>> nyxstone = NyxstoneBuilder().with_triple("x86_64").build()
>>> nyxstone.assemble_to_bytes("jne .loop", 0x1100, {".loop": 0x1000})
```

For more instructions regarding the Python binding, refer to its [README](bindings/python/README.md).

Expand Down

0 comments on commit c077e10

Please sign in to comment.