Skip to content

Commit

Permalink
Small tweak and documentation to build wasmer-python
Browse files Browse the repository at this point in the history
  • Loading branch information
brunokim committed Jan 4, 2023
1 parent 854ecac commit ee08bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prelude:
pip3 install virtualenv
virtualenv .env
if test -d .env/bin/; then source .env/bin/activate; else source .env/Scripts/activate; fi
pip3 install maturin pytest pytest-benchmark twine pdoc
pip3 install maturin==0.12.20 pytest pytest-benchmark twine pdoc

which maturin
maturin --version
Expand Down
3 changes: 3 additions & 0 deletions packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ $ python examples/appendices/simple.py

## Testing

To build all tests you'll need LLVM 12.0 in your system. We recommend either installing prepackaged
libraries with [llvm.sh](https://apt.llvm.org/llvm.sh) or building it yourself with [llvmenv](https://crates.io/crates/llvmenv).

Build all the packages and run the tests:

```sh
Expand Down

0 comments on commit ee08bc4

Please sign in to comment.