Metadata-Version: 2.1
Name: alacorder
Version: 6.4.6.3
Author-email: Sam Robson <sbrobson@crimson.ua.edu>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ALACORDER beta 6.4.6

https://github.com/sbrobson959/alacorder

To install on Windows, open Command Prompt and enter "pip install alacorder". To start the interface, enter "python -m alacorder". On Mac, open the Terminal and enter "pip3 install alacorder" then "python3 -m alacorder". If pip, pip3, python, or python3 do not work from your computer, install anaconda, create a virtual environment, open a terminal, and then repeat these instructions.

If your copy of alacorder is corrupted, use "pip uninstall alacorder" or "pip3 uninstall alacorder" and then reinstall it. There may be a newer version.

Python >=3.7
Dependencies:
	 *	cython			https://pypi.org/project/Cython/
	 *	PyPDF2			https://pypi.org/project/PyPDF2/
	 *	pandas			https://pypi.org/project/pandas/
	 *	xlrd			https://pypi.org/project/xlrd/
	 *	openpyxl		https://pypi.org/project/openpyxl/
	 *	xlwt			https://pypi.org/project/xlwt/
