add Python module instructions

This commit is contained in:
Richard Patel 2021-08-17 00:53:29 +02:00
parent 66b8d92934
commit 25cdef4d34
1 changed files with 10 additions and 2 deletions

View File

@ -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
```