I am not a python user, and although I used MySQL, I am not an expert. In addition, I am mainly a Windows user, and I know little about running command line scripts. So this may be a stupid question, but I still want to ask ...
(By the way, my goal is to install "Baseball on a stick")
I installed Python (version 3.3 on a Windows 7 machine).
The following is said to install pymysql. So I downloaded the .zip file from https://github.com/petehunt/PyMySQL/
Readme says: "Just run the build -py3k.sh script from the local directory. It will build the working package in the / py 3k directory." I absolutely do not understand what this means. How do I run this? I tried typing it into the Python command line interface, and it just gave me an error.
source
share