diff options
-rw-r--r-- | final/appendix.tex | 9 | ||||
-rw-r--r-- | final/final.tex | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/final/appendix.tex b/final/appendix.tex new file mode 100644 index 0000000..4df558b --- /dev/null +++ b/final/appendix.tex @@ -0,0 +1,9 @@ +These programs, {\tt rsa.py} and {\tt bridges.py} need to be run with Python3, so install that as suggested by \link{https://www.python.org/downloads/}. +The package manager {\tt pip} is also necessary for installation of third party graphics libraries such as {\tt NetworkX}. Install that as described here: \link{https://pip.pypa.io/en/stable\-/installing/}. + +Now that those tools are available, run the following shell commands to install relevant libraries: +{\tt\obeylines\parindent=2in% +\$ pip install networkx +} + +Each file should be executable with ``{\tt python3 \$filename}''. diff --git a/final/final.tex b/final/final.tex index 8245507..4dc9c6d 100644 --- a/final/final.tex +++ b/final/final.tex @@ -3,4 +3,6 @@ \include Distributed Networks' History:networks +\vfil\eject\include Appendix:appendix + \bye |