We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90427f6 commit 3f95fccCopy full SHA for 3f95fcc
1 file changed
README.md
@@ -30,6 +30,12 @@ astyle --style=ansi your.cpp source.cpp files.cpp
30
cpp2python.py FILE Process the file
31
cpp2python.py -v|--version|-h|--help Display the help message
32
33
+### Installation
34
+(Optional, the script can be used from the source tree)
35
+
36
+ python3 setup.py install
37
38
39
After the processing new file is created.
40
File name is {old file name with suffix}.py. i.e. main.cpp.py
41
0 commit comments