Skip to content

Commit 323740f

Browse files
committed
Update install instructions
1 parent 586643b commit 323740f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ Here is an example usage to sweep an IC surface from (10.0, 10.0) to (12.5, 12.5
1919

2020
## Installing ChipShover Python
2121

22-
Install `chipshover` like any other Python package. It should be available on [pypi.org](https://pypi.org/project/chipshover/) so you can do:
22+
Install `chipshover` like any other Python package by cloning and installing via pip:
2323

24-
pip install chipshover
24+
```python
25+
git clone https://github.com/newaetech/ChipShover-Python
26+
cd ChipShover-Python
27+
pip install .
28+
```
2529

2630
## Full Python Documentation
2731

0 commit comments

Comments
 (0)