Updated KLayout Python Module Prototype (markdown)

Matthias Köfferlein 2018-06-24 20:43:25 +02:00
parent 4abbd4bf6c
commit 53b48169d5
1 changed files with 2 additions and 0 deletions

@ -1,6 +1,8 @@
The prototype is found in the [pymod branch](https://github.com/klayoutmatthias/klayout/tree/pymod). This build is enabled to produce a Python module.
Binary packages and documentation for the branch are available here: [http://www.klayout.org/downloads/pymod](http://www.klayout.org/downloads/pymod/).
## Building
The `klayout` module will be built together with KLayout. After KLayout installation, the `klayout` module resides inside the installation tree. To use it, either copy the `klayout` folder to your Python installation or set `PYTHONPATH` to the location of the `klayout` folder.