Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitymdm authored Dec 1, 2023
1 parent 793feb4 commit 046ca0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ CharLib can be installed from [PyPI](https://test.pypi.org/project/charlib) usin
pip install git+https://github.com/infinitymdm/PySpice
# Install CharLib
pip install charlib
pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple charlib
```
Make sure you also have a compatible circuit simulator. [ngspice](https://ngspice.sourceforge.io/) and [xyce](https://xyce.sandia.gov/) are currently supported.

## Usage
`charlib path/to/library/config/`
`charlib run path/to/library/config/`

CharLib searches the specified directory for a YAML file containing a valid cell library configuration, then characterizes the specified cells. See [yaml.md](https://github.com/stineje/CharLib/blob/main/docs/yaml.md) for information on constructing a config file.

Expand Down

0 comments on commit 046ca0f

Please sign in to comment.