diff --git a/CHANGES.rst b/CHANGES.rst index 3e27bf1..5dcb5bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,9 @@ Changelog - Add more details on authentication error [yennicks] +- Add new stats endpoint + [AgusRumayor] + 1.0a8 (2020-02-21) ------------------ diff --git a/README.rst b/README.rst index 486978a..905f125 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,14 @@ Installation $ pip install pcloud +Installation with PyFilesystem support + + $ bin/pip install pcloud[pyfs] + +on zsh (Mac): + + $ bin/pip install "pcloud[pyfs]" + Contribute ----------