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 5
5
6.0.0 2020/xx/xx
6
6
- removed usage of deprecated "license_file" option for "license_files"
7
7
- fixed flake8 usage in pre-commit
8
+ - the module is now available on conda (closes #170)
8
9
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
9
10
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
10
11
- :heart: contributors: @
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Python MSS
9
9
:target: https://saythanks.io/to/BoboTiG
10
10
.. image :: https://pepy.tech/badge/mss
11
11
: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
12
14
13
15
14
16
.. code-block :: python
@@ -41,3 +43,7 @@ Installation
41
43
You can install it with pip::
42
44
43
45
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::
11
11
12
12
$ python -m pip install -U --user mss
13
13
14
+ Conda Package
15
+ -------------
16
+
17
+ The module is also available from conda::
18
+
19
+ $ conda install -c conda-forge python-mss
14
20
15
21
From Sources
16
22
============
You can’t perform that action at this time.
0 commit comments