- 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
324 B
324 B
oapy
Si2 OpenAccess 22.61 Python bindings via pybind11.
Install
# 当前系统 (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