Converting library from Python 2.7 to 3.4 -
i'm writing equity calculator poker hands using library deuces
hand evaluation https://github.com/worldveil/deuces
the library written python 2.7 , can installed command
pip install deuces
the library works in python 2.7 need switch python 3.4.
i wanted use 2to3
convert library files , install library command pip doesn't allow operation
how can convert library python 2.7 python 3.4?
- download library deuces
- apply 2to3 it
- manually install how install python library manually
if doesn't work nothing would. should rewrite python 3 yourself. yet there other libraries used , habe rewrite them too.
Comments
Post a Comment