Skip to content

Commit

Permalink
prod: updated install instructions to include python module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Dec 2, 2024
1 parent 5cda494 commit 555b33f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ General
If you are building from command line:
--------------------------------------
3. Change to the INET directory and source the `setenv` script.

$ source setenv

4. Type `make makefiles`. This should generate the makefiles for you automatically.
4. Make sure that any required Python modules are properly installed by executing
`pip install -r python/requirements.txt`

5. Type `make makefiles`. This should generate the makefiles for you automatically.

5. Type `make` to build the inet executable (release version). Use `make MODE=debug`
6. Type `make` to build the inet executable (release version). Use `make MODE=debug`
to build debug version.

6. You can run specific examples by changing into the example's directory and executing `inet`
7. You can run specific examples by changing into the example's directory and executing `inet`

If you are using the IDE:
-------------------------
Expand Down

0 comments on commit 555b33f

Please sign in to comment.