weibo app
#create repository from command line #$create readme.md git init git add readme.md git commit -m "create readme" git remote add origin https://github.com/cloudwiki/weibo.git git push -u origin master
#check any diff between local and index etc git status
python command C:\Users\xx\Programs\Python35\python35 -m pip install aiomysql C:\Users\xx\Programs\Python35\python35 -m pip install --upgrade aiomysql