From b9b6c66a4f164fc8813596431912ef2a91c52861 Mon Sep 17 00:00:00 2001
From: Sam Calisch <sam.calisch@cba.mit.edu>
Date: Sat, 2 Dec 2017 16:57:38 -0500
Subject: [PATCH] Add new file

---
 flexure/README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 flexure/README.md

diff --git a/flexure/README.md b/flexure/README.md
new file mode 100644
index 0000000..713f132
--- /dev/null
+++ b/flexure/README.md
@@ -0,0 +1,15 @@
+This is a simulation script for designing the flexure plates.
+
+To run it, you'll need to install my pyFrame3dd wrapper:
+
+https://gitlab.cba.mit.edu/calischs/pyframe3dd
+
+then run 
+```
+python flexure_stiffness.py -M visualize
+```
+to see a matplotlib visualization, or run 
+```
+python flexure_stiffness.py -M simulate
+```
+to run simulations with the default values.  Example commands are included in CMD.
\ No newline at end of file
-- 
GitLab