summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 323ded3..97a9282 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
__pycache__/
.pytest_cache/
+dist/
poetry.lock
diff --git a/README.md b/README.md
index 651832c..fff5978 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,16 @@
A simple ORM-like utility for operating on local YAML files via Python dataclasses.
+## Install
+
+Package is published on PyPI - https://pypi.org/project/ymlstash/
+
+Install from pip or your favorite package manager:
+
+```bash
+$ pip install ymlstash
+```
+
## Usage
Define a dataclass: