Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install pybind ubuntu

# Some prerequisites (but not all of them)
apt-get install cmake
pip3 install pytest

# Clone, build and install 
git clone https://github.com/pybind/pybind11.git 
cd pybind11 
mkdir build 
cd build 
cmake .. 
make install
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #pybind #ubuntu
ADD COMMENT
Topic
Name
7+3 =