From 4228f441a438e0c1e313ebd6e3c364737c454c16 Mon Sep 17 00:00:00 2001 From: Hugo Windisch Date: Thu, 4 Apr 2024 14:49:19 -0700 Subject: [PATCH] Remove misleading version numbers from doc --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 523a50f..108d690 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# 3ds Max 2021, 2022, and 2023 Python How Tos -### Practical Python 3.7 Development Examples For 3ds Max +# 3ds Max Python How Tos +### Practical Python 3 Development Examples For 3ds Max ![Splash](/doc/Splash.png) -This repo contains various Python programming examples and tutorials targeting [3ds Max 2021 and 2022](https://www.autodesk.ca/en/products/3ds-max/overview)'s -Python 3.7 support (the samples are not meant to be used with the Python 2.7 interpreter shipped -in previous versions of 3ds Max). +This repo contains various Python programming examples and tutorials targeting [3ds Max](https://www.autodesk.ca/en/products/3ds-max/overview). All the examples in the tutorials are implemented as pip packages. This is a bit heavy for small things (we provide a setup.py, a LICENSE and everything) but makes things installable