Skip to content

Commit 3f95fcc

Browse files
committed
Update README.md
1 parent 90427f6 commit 3f95fcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ astyle --style=ansi your.cpp source.cpp files.cpp
3030
cpp2python.py FILE Process the file
3131
cpp2python.py -v|--version|-h|--help Display the help message
3232

33+
### Installation
34+
(Optional, the script can be used from the source tree)
35+
36+
python3 setup.py install
37+
38+
3339
After the processing new file is created.
3440
File name is {old file name with suffix}.py. i.e. main.cpp.py
3541

0 commit comments

Comments
 (0)