File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,18 @@ General
2424If you are building from command line:
2525--------------------------------------
26263 . Change to the INET directory and source the ` setenv ` script.
27-
27+
2828 $ source setenv
2929
30- 4 . Type ` make makefiles ` . This should generate the makefiles for you automatically.
30+ 4 . Make sure that any required Python modules are properly installed by executing
31+ ` pip install -r python/requirements.txt `
32+
33+ 5 . Type ` make makefiles ` . This should generate the makefiles for you automatically.
3134
32- 5 . Type ` make ` to build the inet executable (release version). Use ` make MODE=debug `
35+ 6 . Type ` make ` to build the inet executable (release version). Use ` make MODE=debug `
3336 to build debug version.
3437
35- 6 . You can run specific examples by changing into the example's directory and executing ` inet `
38+ 7 . You can run specific examples by changing into the example's directory and executing ` inet `
3639
3740If you are using the IDE:
3841-------------------------
You can’t perform that action at this time.
0 commit comments