diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-05-08 17:59:59 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-05-08 17:59:59 -0600 |
| commit | 3eb4be2a880eed828c983c8a30d73faa8e6f4746 (patch) | |
| tree | 319368d9135adfe8a9133d0f6046177a13acc54a /README.md | |
| parent | e22e15fd8d9d0511a7cfa8fdb0e75509aeba6a15 (diff) | |
Worked on module_3 notebooks
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ # ComputingME Development repository for MECH 305 - Computing for Mechanical Engineers +## Using this repository +To get started with this repository, install git bash and run the following commands: + +```bash +git clone https://github.com/c-kolset/ComputingME.git +``` + +Start Jupyter Notebook/Lab and navigate to the `ComputingME/tutorials/module_#/` directory, where `#` is the module number. Here you'll find the latest version of the jupyter notebook tutorials. + ## Administive Find meeting notes, course overview and Gantt charts in this directory. Below is a link to the meeting notes and images related to project management. @@ -34,7 +43,7 @@ See the tutorials under the /tutorials/ directory. - [Fundamentals of Computing](tutorials/module_1/fundamentals_of_programming.md) - [Open source software](tutorials/module_1/open_source_software.md) - [Computational Expense](tutorials/module_1/computational_expense.md) - + #### Algorithm Developments for ME - [Numerical Methods](tutorials/module_2/non_linear_eqn_solver.md) - [Version Control](tutorials/module_2/version_control.md) |
