From e256801206189eafcf020cc7fdb50fff4314c397 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 6 Dec 2022 17:07:40 +0000 Subject: [PATCH] Added comment to indicate the .py suffix may be needed on linux and OSX. --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index eac4868..854694f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -28,6 +28,8 @@ by downloading https://github.com/nophead/NopSCADlib/archive/master.zip and unzi The `NopSCADlib/scripts` directory needs to be added to the executable search path, `PATH` on Windows and `path` on Linux and Mac. +Note that on Linux and OSX the full file name including the `.py` will be needed. + The installation can be tested by opening `NopSCADlib/libtest.scad` in the OpenSCAD GUI. It should render all the objects in the library in about 1 minute. Running `tests` from the command line will run all the tests in the `tests` directory and build the `readme.md` catalog for GitHub and render it to `readme.html`