Skip to content

Commit 0d19baf

Browse files
committed
update readme
1 parent f91644a commit 0d19baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
2020

2121
### Installation for users
2222

23-
Use python3.10, 3.11 or 3.12. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
23+
Use python 3.11, 3.12 or 3.13. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
2424

2525
```
2626
uv pip install cspdk --upgrade
@@ -36,7 +36,7 @@ Then you can install with:
3636
```bash
3737
git clone https://github.com/gdsfactory/cspdk.git
3838
cd cspdk
39-
uv venv --python 3.11
39+
uv venv --python 3.12
4040
uv sync --extra docs --extra dev
4141
```
4242

0 commit comments

Comments
 (0)