From 91beb2cf2a5578dd2b29fb2c488cb5d2a156db2f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 7 May 2024 21:31:06 +0200 Subject: Publish and add installation notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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: -- cgit v1.3.1