diff --git a/README.md b/README.md index 616c3db59..bab0caa46 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ PikaScript is an ultra-lightweight Python engine with zero dependencies and zero It's very easy to bind C function to python module with the help of Pika Pre-compiler. +Only write the API of python in `.py` and the bindings are autoly generated by Pre-compiler.