aboutsummaryrefslogtreecommitdiff
path: root/final/appendix.tex
diff options
context:
space:
mode:
authorholden watson <holdenew@gmail.com>2019-11-11 20:55:48 -0500
committerholden watson <holdenew@gmail.com>2019-11-11 20:55:48 -0500
commit345e400e5afa1e1774e0274657a44085c2b89927 (patch)
tree834503a97a5d4d225557b369905007fe9d8f3cce /final/appendix.tex
parent722cb5c48f1b0eefb6b492f81eded5399f30c2e3 (diff)
parent838551a9d4c11497383284ee7a4e8ecdde03f5dd (diff)
Merge branch 'master' of https://github.com/feynmansfedora/appcomb-proj
Diffstat (limited to 'final/appendix.tex')
-rw-r--r--final/appendix.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/final/appendix.tex b/final/appendix.tex
new file mode 100644
index 0000000..2dc9741
--- /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=1in
+\$ pip install networkx
+}
+
+Each file should be executable with ``{\tt python3 \$filename}''.