diff options
Diffstat (limited to 'final/appendix.tex')
-rw-r--r-- | final/appendix.tex | 9 |
1 files changed, 9 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}''. |