From 6bfc3d8323f9bb802d5e1e5a378be866e1586420 Mon Sep 17 00:00:00 2001 From: Kai Norman Clasen Date: Mon, 18 Jul 2022 10:38:49 +0200 Subject: [PATCH] Adjust version and add installation instruction --- docs/_toc.yml | 1 + docs/install.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/install.md diff --git a/docs/_toc.yml b/docs/_toc.yml index 03cfc05..fa54a7c 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -1,5 +1,6 @@ root: intro entries: + - file: install - file: usage - file: preprocessors - file: utility_reference diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000..10583c9 --- /dev/null +++ b/docs/install.md @@ -0,0 +1,9 @@ +# Installation + +The library can be installed through [pip](https://pip.pypa.io/en/stable/) from [PyPI](https://pypi.org/). + +Install with pip: + +```shell +pip install common-nb-preprocessors +``` diff --git a/pyproject.toml b/pyproject.toml index 6f0ac33..92b81ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "common-nb-preprocessors" -version = "0.1.0" +version = "0.0.10" description = "preprocessors" authors = [ {name = "Kai Norman Clasen", email= ""},