I recently downloaded the deuces module from GitHub, and want to convert it into python 3. I put the 2to3 script into my path and navigated to the directory of the module. I used the command 2to3.py card.py
and it returns the error:
At least one file or directory argument required.
Use --help to show usage.
I can't figure it out. Any help is appreciated.