diff options
author | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 20:05:51 -0500 |
---|---|---|
committer | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 20:05:51 -0500 |
commit | db9acdb4c51c3ea2a810978fd88a82445610b18f (patch) | |
tree | 4ffbd5ec2567a0408452f4df94efafaa332e1397 /final/appendix.tex | |
parent | 791a23c353bf81252f9cbe4fa660d7f8b4fb17a6 (diff) |
added appendix
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}''. |