File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
1719pip 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
2229See [ examples/e3conv.py] ( https://github.com/prescient-design/e3tools/blob/main/examples/e3conv.py ) for an example
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies = [
1919requires = [" hatchling" , " hatch-vcs" ]
2020build-backend = " hatchling.build"
2121
22- [dependency-groups ]
22+ [project . optional-dependencies ]
2323dev = [
2424 " hatch>=1.14.0" ,
2525 " ipython>=8.34.0" ,
You can’t perform that action at this time.
0 commit comments