Skip to content

Commit 865ddc1

Browse files
committed
Update Readme
1 parent 77e7317 commit 865ddc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
HSD — Make your structured data human friendly
33
**********************************************
44

5-
This package contains utilities to read and write files in the Human-friendly
6-
Structured Data (HSD) format.
5+
Utilities to read and write files in the Human-friendly Structured Data (HSD)
6+
format.
77

88
The HSD-format is very similar to both JSON and YAML, but tries to minimize the
99
effort for **humans** to read and write it. It ommits special characters as much
@@ -22,7 +22,7 @@ Installation
2222

2323
The package can be installed via conda-forge::
2424

25-
conda install hsd-python
25+
conda install --channel "conda-forge" hsd-python
2626

2727
Alternatively, the package can be downloaded and installed via pip into the
2828
active Python interpreter (preferably using a virtual python environment) by ::

0 commit comments

Comments
 (0)