This directory contains source code for the PySMILE tutorial.

Requirements:
	1. Python 3.x
	2. PySMILE binaries corresponding to your OS in this directory
	3. PySMILE license (pysmile_license.py) in this directory
	4. HeparII.xdsl and Credit10K.csv in this directory

Running tutorials by app.py:
	Run by command line: python app.py

Running tutorials "standalone":
	1. Run python environment
	2. Import pysmile module
	3. Create pysmile.license object (by import pysmile_license)
	4. Import tutorial that you want to run
	5. Run tutorial by calling constructor ex. tutorial1.Tutorial1().
	Keep in mind, that some of them requires files generated by previous tutorials.
	