diff options
author | holden watson <holdenew@gmail.com> | 2019-11-11 23:41:01 -0500 |
---|---|---|
committer | holden watson <holdenew@gmail.com> | 2019-11-11 23:41:01 -0500 |
commit | db732bd93ffc688e16a0d9e0eb2e321315fd4621 (patch) | |
tree | 926c4c0d654106bc1d09afd2e0541943addc4743 /final/appendix.tex | |
parent | e60926a2bfa1fee117c7d2175a7963b02801c16f (diff) | |
parent | c8e69070fbd09863b563730630e7f60fe44d7dac (diff) |
Merge branch 'master' of https://github.com/feynmansfedora/appcomb-proj
Diffstat (limited to 'final/appendix.tex')
-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..f67d2d6 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. 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. |