Skip to content

Commit

Permalink
Adjust version and add installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tub committed Jul 18, 2022
1 parent b4ab2c3 commit 6bfc3d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
root: intro
entries:
- file: install
- file: usage
- file: preprocessors
- file: utility_reference
Expand Down
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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= "<k.clasen@protonmail.com>"},
Expand Down

0 comments on commit 6bfc3d8

Please sign in to comment.