Skip to content

Commit

Permalink
The module is now available on conda (closes BoboTiG#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Jun 29, 2020
1 parent 3ec89c5 commit e0afd3e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History:
6.0.0 2020/xx/xx
- removed usage of deprecated "license_file" option for "license_files"
- fixed flake8 usage in pre-commit
- the module is now available on conda (closes #170)
- MSS: the implementation is now thread-safe on all OSes (fixes #169)
- tests: fixed a random bug on test_grab_with_tuple_percents() (fixes #142)
- :heart: contributors: @
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Python MSS
:target: https://saythanks.io/to/BoboTiG
.. image:: https://pepy.tech/badge/mss
:target: https://pepy.tech/project/mss
.. image:: https://anaconda.org/conda-forge/python-mss/badges/installer/conda.svg
:target: https://anaconda.org/conda-forge/python-mss


.. code-block:: python
Expand Down Expand Up @@ -41,3 +43,7 @@ Installation
You can install it with pip::

python -m pip install -U --user mss

Or you can install it with conda::

conda install -c conda-forge python-mss
6 changes: 6 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Quite simple::

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

Conda Package
-------------

The module is also available from conda::

$ conda install -c conda-forge python-mss

From Sources
============
Expand Down

0 comments on commit e0afd3e

Please sign in to comment.