From db9acdb4c51c3ea2a810978fd88a82445610b18f Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 11 Nov 2019 20:05:51 -0500 Subject: added appendix --- final/appendix.tex | 9 +++++++++ final/final.tex | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 final/appendix.tex 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 -- cgit