- Adding in the makefile again because I didn't think long term about this and probably locked myself into the format of installing with a makefile...
0.32
- Moved to setup.py format. Initial setup works, will add in system requirements later
0.31
- Changed error handling and added user help for installing missing modules - Planning to convert to module with setup.py file for easier installation
0.26
- Removed `pygit2` from dependencies, and replaced with `os.system` call
0.25
- Updated `display_modules` to display the output as a formatted table
- Version 0.3 will focus on performance improvements, and code cleanup
0.3
- Resolved major performance issue with `import pip`. Changed logic to only import when needed to install packages - Reduced execution time by a lot, but there is still some issues that can be fixed to speed up more - Still in need of more code cleanup