From d16d0c240e9f0438e9d1e7058d3bd09dbe7b959c Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 29 Apr 2019 13:10:25 -0400 Subject: [PATCH] Update README Added information about dependencies to README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e068afd..d4ab13c 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,17 @@ Images of brass specimen undergoing a tensile test were provided by John Laidlaw The data file contains a column with the frame number to sync the data and images. All the images are numbered in sequence (i.e. frame number) ## Motivation -The motivation for this project came from Sravan's [MECHENG 395: Laboratory I](https://me.engin.umich.edu/academics/courses) course at the University of Michigan in which a tensile test of brass was conducted and analyzed using [LaVision](https://www.lavision.de/en/) DaVis software. After a conversation with [Dr. Michael Thouless](https://me.engin.umich.edu/people/faculty/michael-thouless), who had worked on a paper using DIC to investigate the cohesive zone in a double-cantilever beam, we determined that this would be a cool project to combine our interest in Mechanical Engineering and Computer Science. \ No newline at end of file +The motivation for this project came from Sravan's [MECHENG 395: Laboratory I](https://me.engin.umich.edu/academics/courses) course at the University of Michigan in which a tensile test of brass was conducted and analyzed using [LaVision](https://www.lavision.de/en/) DaVis software. After a conversation with [Dr. Michael Thouless](https://me.engin.umich.edu/people/faculty/michael-thouless), who had worked on a paper using DIC to investigate the cohesive zone in a double-cantilever beam, we determined that this would be a cool project to combine our interest in Mechanical Engineering and Computer Science. + +## Dependencies + +### Recommended +* [Anaconda 5.2 for Python 3.7.x](https://www.anaconda.com/download/) + +### Required +* [Numpy](https://www.numpy.org) + * conda install -c anaconda numpy +* [Matplotlib](https://matplotlib.org) + * conda install -c conda-forge matplotlib +* [OpenCV](https://opencv.org) + * conda install -c menpo opencv \ No newline at end of file