mirror of https://github.com/KLayout/klayout.git
Updated KLayout Python Module Prototype (markdown)
parent
4abbd4bf6c
commit
53b48169d5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue