Skip to content

Commit e0afd3e

Browse files
committed
1 parent 3ec89c5 commit e0afd3e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ History:
55
6.0.0 2020/xx/xx
66
- removed usage of deprecated "license_file" option for "license_files"
77
- fixed flake8 usage in pre-commit
8+
- the module is now available on conda (closes #170)
89
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
910
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
1011
- :heart: contributors: @

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Python MSS
99
:target: https://saythanks.io/to/BoboTiG
1010
.. image:: https://pepy.tech/badge/mss
1111
:target: https://pepy.tech/project/mss
12+
.. image:: https://anaconda.org/conda-forge/python-mss/badges/installer/conda.svg
13+
:target: https://anaconda.org/conda-forge/python-mss
1214

1315

1416
.. code-block:: python
@@ -41,3 +43,7 @@ Installation
4143
You can install it with pip::
4244

4345
python -m pip install -U --user mss
46+
47+
Or you can install it with conda::
48+
49+
conda install -c conda-forge python-mss

docs/source/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Quite simple::
1111

1212
$ python -m pip install -U --user mss
1313

14+
Conda Package
15+
-------------
16+
17+
The module is also available from conda::
18+
19+
$ conda install -c conda-forge python-mss
1420

1521
From Sources
1622
============

0 commit comments

Comments
 (0)