Pitt Computer Science Club spring semester (16-17) project with the Western Pennsylvania Regional Data Center (@wprdc) Open Data.
Since our project is just an HTML file, you can simply load the file into your browser.
Once you make edits, commit the changes, and push, your changes will be updated on GitHub.
- Fork the project
- Add your name to
contributors.md
- Submit a pull request
- Take a look at the Issues for more things to do
- Do all the steps above
cd
to theml
directory- Ensure you have Python 3.5.X installed, then run
pip install -r requirements.txt
(depending on config, may bepip3
instead)
- Git tutorials
- Guide to using GitHub
- Git documentation
- GitHub repository for the project
- Guide to writing markdown (for documentation)
- CSC Git Wiki