python_cpp_example icon indicating copy to clipboard operation
python_cpp_example copied to clipboard

Must clone with submodules

Open jmaldon1 opened this issue 6 years ago • 1 comments

You need to clone with submodules or else python setup.py install will not work.

git clone --recurse-submodules -j8 https://github.com/benjaminjack/python_cpp_example.git

maybe add this to the readme?

jmaldon1 avatar Nov 13 '19 14:11 jmaldon1

I also had this issue. A note on this should definitely should be added to readme.

dchapp avatar Apr 23 '20 16:04 dchapp