aboutsummaryrefslogtreecommitdiff
path: root/final
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-11-11 20:05:51 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-11-11 20:05:51 -0500
commitdb9acdb4c51c3ea2a810978fd88a82445610b18f (patch)
tree4ffbd5ec2567a0408452f4df94efafaa332e1397 /final
parent791a23c353bf81252f9cbe4fa660d7f8b4fb17a6 (diff)
added appendix
Diffstat (limited to 'final')
-rw-r--r--final/appendix.tex9
-rw-r--r--final/final.tex2
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