maturin build --cargo-extra-args=--features=python-extension
python3 -m pip install --user target/wheels/*.whl
-Note: an ongoing bug in maturin interferes with successful installation. This can be worked around by explicitly installing only the .whl files needed rather than installing everything (*.whl).
+Note: an ongoing bug in maturin interferes with successful installation. This can be worked around by explicitly installing only the .whl files needed rather than installing everything (\*.whl).
## Chips4Makers JTAG
# Checking out the HDL repositories
+Before running the following, install the dependencies. This is easiest
+done with this script <https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=install-hdl-apt-reqs;hb=HEAD>
+
* mkdir ~/src
* cd !$
* git clone gitolite3@git.libre-soc.org:nmutil.git