Skip to content

Commit

Permalink
Created PyPI installer and version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgale committed Dec 14, 2021
1 parent 4e16840 commit dc6a5f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Empty file added MANIFEST.in
Empty file.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit dc6a5f2

Please sign in to comment.