Welcome to the assist-python wiki!
echo "# assist-python" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/leebaro/assist-python.git
git push -u origin master