diff options
author | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 23:07:30 -0500 |
---|---|---|
committer | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 23:07:30 -0500 |
commit | 83d23049a685244b7cf0236ebeb1e77cce71ac6e (patch) | |
tree | 1312c07c50ef253c01b830f53bdc70b5428b1540 /final | |
parent | 0ef3d4cde99a8288339338d3ed9285a71c404236 (diff) | |
parent | a5f3ad2f4df8653c04096e5fb224a777bae74010 (diff) |
Merge branch 'master' into rsa
Diffstat (limited to 'final')
-rw-r--r-- | final/appendix.tex | 5 |
1 files changed, 3 insertions, 2 deletions
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. |