From d21cd6e5a7eca842b495441f5637c1b6fb7849b3 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter Date: Sat, 13 Apr 2019 17:54:41 +0200 Subject: [PATCH] Installation Instructions --- README.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.rst b/README.rst index 88fb1ea..2ba65ae 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,7 @@ Creating a thread is as simple as .. code-block:: OpenSCAD + use thread("G1/2-ext", turns=10); .. image:: docs/imgs/thread-G1o2-ext-10turns.png @@ -41,6 +42,26 @@ Why you may want to use threadlib will soon be. +=========================== +Installation +=========================== + +Prerequisits: + +- `scad-utils `__ +- `list-comprehension `__ +- `threadprofile.scad + `__ + +Save all of these into your OpenSCAD `library folder + `__ + +threadlib: + + - clone threadlib into the folder 'threadlib' inside your OpenSCAD library + folder + + =========================== Usage ===========================