# pybind demo **Repository Path**: s1mplexu/pybind-demo ## Basic Information - **Project Name**: pybind demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-24 - **Last Updated**: 2024-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README c++ -O3 -Wall -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` env.cpp -o cppenv`python3-config --extension-suffix` pip3 install .