Skip to content

Commit

Permalink
General: Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Feb 7, 2025
1 parent a5611cc commit fbf8182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ choco install swig # python -> C++ bridge
### Python library
Once the system level requirements are installed, the library can be installed using pip:
```
pip install git+https://github.com/aimat-lab/xrdpattern
pip install xrdpattern
```


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pymatgen",
"torch",
"gemmi",
"holytools @ git+https://github.com/Somerandomguy10111/holytools",
"holytools==0.9.13",
"pandas",
"tensordict",
"orjson",
Expand Down

0 comments on commit fbf8182

Please sign in to comment.