Skip to content

Commit

Permalink
Update of python version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaak committed May 1, 2020
1 parent 48c2ab6 commit 22453e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -39,7 +39,7 @@ Examples
Check it out
============

The `popmon` library requires Python 3.6 and is pip friendly. To get started, simply do:
The `popmon` library requires Python 3.6+ and is pip friendly. To get started, simply do:

.. code-block:: bash
Expand Down Expand Up @@ -79,6 +79,7 @@ As a quick example, you can do:
df.head()
# generate stability report using automatic binning of all encountered features
# (importing popmon automatically adds this functionality to a dataframe)
report = df.pm_stability_report(time_axis='date')
# to show the output of the report in a Jupyter notebook you can simply run:
Expand Down

0 comments on commit 22453e0

Please sign in to comment.