Skip to content

import __future__... and small clarification in the readme.#27

Open
showengineer wants to merge 3 commits into
movehand:masterfrom
showengineer:master
Open

import __future__... and small clarification in the readme.#27
showengineer wants to merge 3 commits into
movehand:masterfrom
showengineer:master

Conversation

@showengineer

@showengineer showengineer commented Oct 11, 2018

Copy link
Copy Markdown

I have learned very quickly that Python 2.x versions throw print errors. To fix that, I added from __future__ import print_function to at least eliminate those. Also, it seemed to be important to run a 64bit version of Python when dealing with bigger pictures.

While this may sound like common sense, people still have version 2.7, running in 32 bit. So just by clarifying that it's recommended to run Python 3.x and use a 64bit version in the README helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant