Skip to content

Commit

Permalink
better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jun 28, 2023
1 parent 366e18e commit d683ce5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ It provides a fully python driven flow alternative for the most advanced users t

## Installation

### Installation for new python users

If you don't have python installed on your system you can [download the gdsfactory installer](https://github.com/gdsfactory/gdsfactory/releases) with python3, miniconda and all gdsfactory plugins.

### Installation for new gdsfactory users

If you already have python installed. Open Anaconda Prompt and then install the ubcpdk using pip.
Use python3.10 or python3.11, as some tools like kfactory are not available for older versions of python. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.

If you don't have python installed on your system you can [download anaconda](https://www.anaconda.com/download/)

![anaconda prompt](https://i.imgur.com/Fyal5sT.png)
Once you have python installed, open Anaconda Prompt as Administrator and then install the latest gdsfactory using pip.

![anaconda prompt](https://i.imgur.com/eKk2bbs.png)
```
pip install ubcpdk --upgrade
```
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ authors = [
keywords = ["python"]
license = {file = "LICENSE"}
dependencies = [
"gdsfactory[cad,kfactory]==6.108.0",
"gdsfactory[cad,kfactory]==6.109.2",
"modes",
]
readme = "README.md"
requires-python = ">=3.7"

[project.optional-dependencies]
full = [
"gdsfactory[full]",
"gdsfactory[full]==6.109.2",
"modes",
]

Expand Down
Binary file modified tests/ref/dbg.gds
Binary file not shown.
Binary file modified tests/ref/dbr_cavity.gds
Binary file not shown.
Binary file modified tests/ref/dbr_cavity_add_fiber_ar_f2ab6ad2.gds
Binary file not shown.

0 comments on commit d683ce5

Please sign in to comment.