Skip to content

Commit 529feab

Browse files
committed
Fix install dev.
1 parent a9bc5fe commit 529feab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ All modules are compatible with PyTorch 2.0's `torch.compile` for JIT compilatio
1313

1414
## Installation
1515

16+
Install from PyPI:
17+
1618
```bash
1719
pip install e3tools
1820
```
1921

22+
or get the latest development version from GitHub:
23+
```bash
24+
pip install git+https://github.com/prescient-design/e3tools.git
25+
```
26+
2027
## Examples
2128

2229
See [examples/e3conv.py](https://github.com/prescient-design/e3tools/blob/main/examples/e3conv.py) for an example

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
requires = ["hatchling", "hatch-vcs"]
2020
build-backend = "hatchling.build"
2121

22-
[dependency-groups]
22+
[project.optional-dependencies]
2323
dev = [
2424
"hatch>=1.14.0",
2525
"ipython>=8.34.0",

0 commit comments

Comments
 (0)