Files
oapy/README.md
opencad-abu cbfc69a90b Replace HTML docs with wheel dist packages
- Remove all HTML documentation (moved to oapy-docs-zh repo)
- Add dist/ with two wheel packages:
  - linux_x86_64 (glibc 2.34+, current system)
  - manylinux2014_x86_64 (glibc 2.17+, RHEL7/CentOS7)
- Add README with install instructions
2026-06-02 16:32:45 +08:00

18 lines
324 B
Markdown

# oapy
Si2 OpenAccess 22.61 Python bindings via pybind11.
## Install
```bash
# 当前系统 (glibc 2.34+)
pip install dist/oapy-0.1b0-cp312-cp312-linux_x86_64.whl
# RHEL7/CentOS7 (glibc 2.17+)
pip install dist/oapy-0.1b0-cp312-cp312-manylinux2014_x86_64.whl
```
## API Docs
https://opencad-abu.github.io/oapy-docs-zh/