From 07da7d8dc7d3fb769e57a6b9ca86465357007b6c Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 11 Mar 2023 13:57:23 +0000 Subject: [PATCH] Removed Python2.7 from usage.md as no longer works. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 854694f..213ff1c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -2,7 +2,7 @@ ## Requirements 1. OpenSCAD 2021.01 or later, download it from here: https://www.openscad.org/downloads.html -1. Python 2.7+ or 3.6+ from https://www.python.org/downloads/ +1. Python 3.6+ from https://www.python.org/downloads/ 1. ImageMagick 7 www.imagemagick.org These are all cross platform tools so NopSCADlib should work on any platform that supports them, although it has currently only been tested on Win7.