File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 556.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: @
Original file line number Diff line number Diff 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
4143You 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
Original file line number Diff line number Diff 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
1521From Sources
1622============
You can’t perform that action at this time.
0 commit comments