I am trying to install a Python module on the command line. The instructions indicate that you need to run "./configure" to install the module, and then run the make . However, when I do this, I get an error
'.' is not recognized as an internal or external command, operable program or batch file.
I'm still relatively new to using the command line and Python, so it can be very new. From what I read from other questions, it seems that the command line should automatically recognize the ./ command, so my only guess is there is something in my %PATH% variable that might trick it. Any thoughts or suggestions would be greatly appreciated. Thanks in advance.
EDIT: using Windows 7 I also tried using pip, but he said: "Could not find downloads that meet the configure requirement." Poker engine module I received the latest version.
source share