Skip to content

Commit

Permalink
add pip install line
Browse files Browse the repository at this point in the history
  • Loading branch information
nw13slx committed Feb 17, 2022
1 parent 2f469f1 commit b0df79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This code contains all the utils used for logging, disk loading and writing util
# Installation

```bash
pip install
pip install pyfile-utils
```

DOCS tbd
2 changes: 1 addition & 1 deletion pyfile_utils/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
install_requires=[
"numpy",
"ase",
"pyyaml",
],
zip_safe=True,
classifiers=(
Expand Down

0 comments on commit b0df79c

Please sign in to comment.