Skip to content

Commit

Permalink
add conda forge
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Nov 20, 2023
1 parent e861d0e commit 6d66f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ For developers you need to `git clone` the GitHub repository, fork it, git add,
```
git clone https://github.com/gdsfactory/ubc.git
cd ubc
conda install -c conda-forge gdstk -y
pip install -e . pre-commit
pre-commit install
python install_tech.py
Expand Down

1 comment on commit 6d66f4f

@lukasc-ubc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not using conda.
Does ubcpdk REQUIRE gdstk, and if so, why?
It seems like gdsfactory runs without it now?

Please sign in to comment.