Skip to content

Commit 5a800b7

Browse files
Updated installation info
1 parent 4e7f8d8 commit 5a800b7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![PyPI - Downloads](https://img.shields.io/pypi/dd/pyya)
44
[![ClickPy Dashboard](https://img.shields.io/badge/clickpy-dashboard-orange)](https://clickpy.clickhouse.com/dashboard/pyya)
5+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/shadowy-pycoder/pyya/total)
56
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyya)
67
[![PyPI - Link](https://img.shields.io/badge/pypi-link-blue)](https://pypi.org/project/pyya/)
78
![PyPI - Version](https://img.shields.io/pypi/v/pyya)
@@ -23,6 +24,13 @@
2324
pip install pyya
2425
```
2526

27+
Or download a specific version from [Releases](https://github.com/shadowy-pycoder/pyya/releases) page and install it with:
28+
29+
```shell
30+
pip install /path/to/pyya-[version]-py3-none-any.whl
31+
```
32+
33+
2634
## Usage
2735

2836
### Example

pyya.egg-info/PKG-INFO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ Under the hood `pyya` uses [PyYAML](https://pypi.org/project/PyYAML/) to parse Y
100100

101101
```python
102102
# merge default and production configuration files
103-
# setting to `False` disables other flags
103+
# setting to `False` disables other flags and makes default config optional
104+
# `False` means "open config file and apply `ymal.safe_load` and `munchify` with no formatting"
104105
merge_configs=True
105106
```
106107
```python

0 commit comments

Comments
 (0)