From cab7b7d5dda604b0d4161ce1d55932ff63fd2039 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 11 Nov 2019 20:08:27 -0500 Subject: fixed codequoting in appendix --- final/appendix.tex | 2 +- final/final.pdf | Bin 78373 -> 78363 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'final') diff --git a/final/appendix.tex b/final/appendix.tex index 4df558b..2dc9741 100644 --- a/final/appendix.tex +++ b/final/appendix.tex @@ -2,7 +2,7 @@ These programs, {\tt rsa.py} and {\tt bridges.py} need to be run with Python3, s 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% +{\tt\obeylines\parindent=1in \$ pip install networkx } diff --git a/final/final.pdf b/final/final.pdf index 7a5715f..707ee6e 100644 Binary files a/final/final.pdf and b/final/final.pdf differ -- cgit