Skip to content

Commit a9f78c6

Browse files
committed
Add install instructions
1 parent 1f69351 commit a9f78c6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,28 @@
44
[![codecov](https://codecov.io/gh/Ekumen-OS/ekumenlabs_config/branch/main/graph/badge.svg?token=mRGjPkrBjt)](https://codecov.io/gh/Ekumen-OS/ekumenlabs_config)
55
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![poetry-managed](https://img.shields.io/badge/poetry-managed-blueviolet)](https://python-poetry.org)
7+
8+
## Installation
9+
10+
### Pip
11+
12+
`pip install ekumenlabs_config`
13+
14+
### Pipenv
15+
16+
`pipenv install ekumenlabs_config`
17+
18+
### Poetry
19+
20+
`poetry add ekumenlabs_config`
21+
22+
### PDM
23+
24+
`pdm add ekumenlabs_config`
25+
26+
## Notes for maintainers
27+
28+
### Release
29+
30+
To create a new release, create a github release and a github action will take care of building and publishing. After
31+
that, there will be a PR automatically created to bump the version in `main`.

0 commit comments

Comments
 (0)