Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Oct 3, 2024
1 parent bd7c521 commit 262e28c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ Note that changes are slower to appear on PyPI, so for the latest features, run:
pip install git+https://github.com/sandialabs/pyriid.git@main
```

If you encounter Pylance issues, try:

```sh
pip install -e ".[dev]" --config-settings editable_mode=compat
```

### For Development

If you are developing PyRIID, clone this repository and run:
Expand All @@ -46,6 +40,12 @@ If you are developing PyRIID, clone this repository and run:
pip install -e ".[dev]"
```

If you encounter Pylance issues, try:

```sh
pip install -e ".[dev]" --config-settings editable_mode=compat
```

## Examples

Examples for how to use this package can be found [here](https://github.com/sandialabs/PyRIID/blob/main/examples).
Expand Down

0 comments on commit 262e28c

Please sign in to comment.