PyBGL是一个纯Pytho图形库,灵感来自于 BGL (BoostGraphLibrary).
依赖Miifold要求最低Pytho3<https://pytho.org/>.
sudoapt-getupdatesudoapt-getistallpytho3安装步骤源码安装
mkdir~/gitcd~/gitgitcloehttps://github.com/okia/pybgl.gitcdpybglpytho3setup.pybuildsudopytho3setup.pyistall测试测试脚本存放在 tests/ 目录.安装 pytho3-pytest.运行如下测试脚本cd~/git/pybgl/tests/pytest-3安装包可通过rpm和deb方式安装
pytho3-setuptoolspytho3-stdeb for .deb packagesrpm for .rpm packages例如,基于Debia的发行版可以使用如下命令来安装
sudoapt-getupdatesudoapt-getistallpytho3-setuptoolspytho3-stdebrpmTobuild .rpm package(i dist/),ru:
cd~/git/pybgl/tests/pytho3setup.pybdist_rpmTobuild .deb package(i deb_dist/),ru:
pytho3setup.py--commad-packages=stdeb.commadbdist_deb









评论