From dc6a5f2de3a607230ff715f84b7f3eb7e471476a Mon Sep 17 00:00:00 2001 From: Michael Gale Date: Tue, 14 Dec 2021 08:26:05 -0500 Subject: [PATCH] Created PyPI installer and version bump to 0.4.0 --- MANIFEST.in | 0 README.md | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index fc59553..380b559 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ This repository contains utility classes and functions to extend the features an ## Installation +Assuming **CadQuery** is installed, you can install **CQ-Kit** using a [PyPI package](https://pypi.org/project/cqkit/) as follows: + +```bash +$ pip install cqkit +``` + The **CQ-Kit** package can be installed directly from the source code: ```bash @@ -43,8 +49,6 @@ If you want to create a fresh anaconda environment with **CadQuery** and **CQ-Ki Substitute your desired python `$VERSION` with 3.6, 3.7, or 3.8 and optionally replace `$MY_NAME` with a different desired environment name than the default of `cadquery` specified in `environment.yml`. -(pip/pypi installer coming soon) - ## Basic Usage After installation, the package can imported: