Skip to content

Commit

Permalink
Add python install instruction for arch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 30, 2023
1 parent e3dfec0 commit 92efe6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ You need to have LLVM 15 (with static library support) installed to build the ny
pip install .
```

If you are using Arch Linux, you will need to use a virtual environment to install nyxstone:

```
mkdir env
python -mvenv env/
source env/bin/activate[.fish|.zsh]
pip install .
```

## Example

After you have installed nyxstone, import the `Nyxstone`, `NyxstoneBuilder`, and `Instruction` classes from nyxstone.
Expand Down

0 comments on commit 92efe6b

Please sign in to comment.