# Attribution Report ## Introduction Attribution report is a report that compares a data dump from Salesforce, and a dump from Addgene's Deposit data. ## Running To run, either run dist/AttributionReport.exe, or run dist.mac/AttributionReport.app ## Building You can build this for a Mac by running: ``` $ python setup.py py2app --dist-dir dist.mac ``` or you can build this for a PC by running: ``` pyinstaller main.py --name=AttributionReport -F ```