2 Sentence abstract My project is going to make every installation seamless. It will make all of your Python dreams come true, your databases tidy, and your Git Hub happy.
What resources do you have now?
What have you learned this week that will help you?
What additional support will you need as you take your next steps?
- Delete my information above and use this as a template for your own presentation.
- You may want to consult this [Markdown Cheat Sheet by Adam Pritchard] (https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#lists) to help you format your slide better.
- save this file with a new name --> yourlastname.md
- add this file to your repository
git add yourlastname.md
git commit -m "my presentation file"
- If you have used an image (and you can) don't forget to add your image to the image folder and then add it to your repo:
git add images/myfile.jpg
git commit -m "adding an image file"