mirror of
https://github.com/encounter/ppc750cl.git
synced 2025-07-08 06:05:58 +00:00
add Python module instructions
This commit is contained in:
parent
66b8d92934
commit
25cdef4d34
12
README.md
12
README.md
@ -2,5 +2,13 @@
|
||||
|
||||
Rust tools for working with the PowerPC 750CL family of processors.
|
||||
|
||||
Working on a disassembler at the moment.
|
||||
Nothing to see here yet.
|
||||
### Python module
|
||||
|
||||
Build instructions:
|
||||
|
||||
```shell
|
||||
python -m venv env
|
||||
source ./env/bin/activate
|
||||
pip install maturin
|
||||
maturin build -m ./disasm-py/Cargo.toml
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user