File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66 pip3 install virtualenv
77 virtualenv .env
88 if test -d .env/bin/; then source .env/bin/activate; else source .env/Scripts/activate; fi
9- pip3 install maturin pytest pytest-benchmark twine pdoc
9+ pip3 install maturin==0.12.20 pytest pytest-benchmark twine pdoc
1010
1111 which maturin
1212 maturin --version
Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ $ python examples/appendices/simple.py
266266
267267## Testing
268268
269+ To build all tests you'll need LLVM 12.0 in your system. We recommend either installing prepackaged
270+ libraries with [ llvm.sh] ( https://apt.llvm.org/llvm.sh ) or building it yourself with [ llvmenv] ( https://crates.io/crates/llvmenv ) .
271+
269272Build all the packages and run the tests:
270273
271274``` sh
You can’t perform that action at this time.
0 commit comments