Skip to content

Commit 8e31be0

Browse files
committed
prod: updated install instructions to include python module dependencies
1 parent 2670cc5 commit 8e31be0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

INSTALL.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@ General
2424
If you are building from command line:
2525
--------------------------------------
2626
3. 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

3740
If you are using the IDE:
3841
-------------------------

0 commit comments

Comments
 (0)