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 ===========================