You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 201 B

123456789101112
  1. This crate corresponds to the Node API for Dora.
  2. ## Building
  3. To build the Python module for development:
  4. ```bash
  5. python -m venv .env
  6. source .env/bin/activate
  7. pip install maturin
  8. maturin develop
  9. ```