maddux
maddux copied to clipboard
Migrate most of the code to python3 & enable installation via pip
- Change print to python3 with brackets
- Change xrange to range
- Add setup.py with dependencies to be installed as a pip package
- Update the README.md with installation