Skip to content

Commit a1ecdd7

Browse files
committed
Fix README
1 parent 218d915 commit a1ecdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ExpoSE supports symbolic execution of Node.js programs and JavaScript in the bro
55

66
### Requirements
77

8-
Requires `node` version v14.16.1 (other versions may work but are not tested), `npm`, `clang` (with `clang++`), `gnuplot` (for coverage graphs), `make`, `python2` (as python in path). On Ubuntu, since python2 has been removed by default I found that you may need to install python3-distutils.
8+
Requires `node` version v14.16.1 (other versions may work but are not tested), `npm`, `clang` (with `clang++`), `gnuplot` (for coverage graphs), `make`, `python` (Python 3).
99

1010
`mitmproxy` (Depends libxml2-dev, libxslt-dev, libssl-dev) is required for electron analysis.
1111

0 commit comments

Comments
 (0)