mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 17:13:53 +00:00
4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/bin/bash
|
||
|
${PYTHON} setup.py install --single-version-externally-managed --record=record.txt;
|
||
|
|