- Source code for my final project is stored in
src
andproj
. src
contains the package I built to assist with the experimentationproj
contains the testing and experimentation I did to generate the results summarized in the report.MANIFEST.in
,Makefile
, andsetup.py
are used for the package.
git clone https://github.com/larkwt96/honors-thesis.git echonn
cd echonn
python3 -m pip install .
or without cloning
python3 -m pip install git+git://github.com/larkwt96/honors-thesis.git
python3 -m unittest discover -s src
See the Makefile for aliases.