This is a template repository for the ParaChute programme.
A README is often the first item a visitor will see when visiting your repository. A good README file will typically include information on:
- What the project does
- Why the project is useful
- How users can get started with the project
- Where users can get help with your project
- Who maintains and contributes to the project
Here's a blank template with suggested sections. Populate this section with text so those visiting your repository know what your code does and how it is useful!
This is where you give instructions on setting up your project locally. It can be as simple as including instructions on how to clone your repository.
- Clone the repository:
git clone git@github.com:brianlo747/parachute-template.git
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space.
To run the only script available in this template:
cd parachute-template/src
python hello_world.py
If you have a suggestion that would make this template better, please fork the repo and create a pull request. Otherwise, open an issue!
If you have queries about this template, contact the contributors:
- Chun Hay Brian Lo <chunhaybrian.lo [at] reading.ac.uk> @brianlo747
- Dan Shipley <daniel.shipley [at] reading.ac.uk> @d-shipley
Use this space to list resources you found helpful and would like to give credit to. The following provides excellent advice on managing a repository and creating an informative README: