https://github.com/flaport/condalayout
Conda + KLayout
https://github.com/flaport/condalayout
chip chip-design conda design eda electronics epda klayout layout photonics
Last synced: 2 months ago
JSON representation
Conda + KLayout
- Host: GitHub
- URL: https://github.com/flaport/condalayout
- Owner: flaport
- License: gpl-3.0
- Created: 2022-03-18T17:22:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T05:36:22.000Z (over 2 years ago)
- Last Synced: 2025-01-06T02:39:04.703Z (4 months ago)
- Topics: chip, chip-design, conda, design, eda, electronics, epda, klayout, layout, photonics
- Language: Dockerfile
- Homepage:
- Size: 51.8 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CondaLayout
> Conda + KLayout
An attempt to enable a conda-install for [KLayout](https://klayout.de). Currently
only for Linux and python 3.8 (I will add more python versions in the future).## Installation
To install the normal klayout python package:
```sh
conda install -c flaport klayout
```To install the KLayout **GUI** within your conda environment:
```sh
conda install -c flaport klayout-gui
```
The advantage of installing the KLayout GUI within your conda environment is that you can `conda install` any dependency (numpy, matplotlib, scipy, ...) for your macros without polluting your system python with a multitude of packages. **Note:** the klayout-gui package is currently being built *without* ruby support (I might also add this in the future).