Skip to content

Commit 7818ad3

Browse files
authored
Update README.md
1 parent f52d75e commit 7818ad3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# effectsize: computing effect sizes in Python
22

33
[![PyPI](https://badge.fury.io/py/effectsize.svg)][pypi]
4+
[![Conda](https://anaconda.org/conda-forge/effectsize/badges/version.svg)][conda]
45
[![License](https://img.shields.io/github/license/nbashir97/effectsize)][license]
56

67
`effectsize` is a comprehensive Python package for computing effect sizes (ESs), also known as standardized differences. The package implements the methodology outlined by [Yang and Dalton, 2012][yang2012] and it provides complex functionality, such as the ability to deal with skewed variables, multinomial categories, and weighted statistics.
@@ -13,14 +14,20 @@ Before you begin, ensure you have met the following requirements:
1314

1415
## Installation
1516

16-
Source code for `effectsize` is hosted on its [GitHub repository][repo]
17-
18-
Binary installers for the latest released version are available at the Python Package Index (PyPI):
17+
Binary installers for the latest released version are available at the [Python Package Index (PyPI)][pypi]:
1918

20-
```
19+
```sh
2120
pip install effectsize
2221
```
2322

23+
As well as through conda-forge channels on [Conda][conda]:
24+
25+
```sh
26+
conda install -c conda-forge effectsize
27+
```
28+
29+
Source code for `effectsize` is hosted on its [GitHub repository][repo]
30+
2431
## Usage
2532

2633
To use `effectsize`, it must first be imported as a Python module:
@@ -328,6 +335,7 @@ If you wish to contact me you can reach me at nbashir562@gmail.com
328335
[MIT License][license]
329336

330337
[pypi]: https://pypi.org/project/effectsize/
338+
[conda]: https://anaconda.org/conda-forge/effectsize
331339
[license]: https://github.com/nbashir97/effectsize/blob/main/LICENSE.md
332340
[yang2012]: https://www.semanticscholar.org/paper/A-unified-approach-to-measuring-the-effect-size-two-Yang-Dalton/6cf4bd36ca4c90006a5d6563f646a391c255581b
333341
[numpy]: https://numpy.org/

0 commit comments

Comments
 (0)