From 6ef3ba28732ce7f98847018b021e47c6ae7775e2 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 1 Jul 2024 16:32:25 +0100 Subject: [PATCH] Minor fixes to setup.py and generate.md as requested by review --- generate.md | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/generate.md b/generate.md index 3da6e73..c864bbc 100644 --- a/generate.md +++ b/generate.md @@ -52,9 +52,9 @@ To generate run the following: cadorchestrator generate '["NUC10i5FNH", "Raspberry_Pi_4B", "Raspberry_Pi_4B"]' -This should create the `build` directory. Inside this the `printed_components` directory should contain a number of `step` files that can be 3D printed (you may need to convert them to `stl` files first). +This should create the `build` directory. Inside this the `printed_components` directory should contain a number of `stl` files that can be 3D printed. It will also contain `step` files for each of these components. -The script also creates an `stl` and a `gltf` of the final assembled rack. **Don't print this, it is not going to print properly as one piece!** +The script also creates an `stl` and a `gltf` of the final assembled rack. **Don't print this, it is not going to print properly as a single piece!** It also creates a number of files that are used by the orchestration script. diff --git a/setup.py b/setup.py index edc1a53..a8c7cdf 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ description = 'Python module for generating any nimble configuration', packages=['nimble_orchestration', 'nimble_builder'], version = '0.0.1', + python_requires='>=3.10', install_requires=[ 'numpy~=1.26', 'cadquery>=2',