File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments