From a5f3ad2f4df8653c04096e5fb224a777bae74010 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 11 Nov 2019 23:05:59 -0500 Subject: minor appendix update --- final/appendix.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'final/appendix.tex') diff --git a/final/appendix.tex b/final/appendix.tex index 2dc9741..06cc36a 100644 --- a/final/appendix.tex +++ b/final/appendix.tex @@ -1,9 +1,10 @@ -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/}. +These programs, 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 +\$ pip install numpy } -Each file should be executable with ``{\tt python3 \$filename}''. +Each file should be executable with ``{\tt python3 \$filename}'', preferably in its local directory. -- cgit From 629d46992fccb4d03d07505b5f17f238fec32a5a Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 11 Nov 2019 23:23:00 -0500 Subject: improved instructions --- final/appendix.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'final/appendix.tex') diff --git a/final/appendix.tex b/final/appendix.tex index 06cc36a..f67d2d6 100644 --- a/final/appendix.tex +++ b/final/appendix.tex @@ -7,4 +7,4 @@ Now that those tools are available, run the following shell commands to install \$ pip install numpy } -Each file should be executable with ``{\tt python3 \$filename}'', preferably in its local directory. +Each file should be executable with ``{\tt python3 \$filename}'', preferably in its local directory. The files can be obtained from the internet with ``{\tt git clone https://github.com/feynmansfedora/appcomb-proj.git}'', assuming {\tt git} is installed. If it is not, it can be cloned from \link{https://github.com/feynmansfedora/appcomb-proj} directly. -- cgit