From fd501c9db021fa9fba5432ee4ab80e152ae9f988 Mon Sep 17 00:00:00 2001 From: Tom Gross Date: Sun, 5 Jul 2020 11:26:12 +0200 Subject: [PATCH] Add documentation about installing pcloud with PyFileSystemSupport --- CHANGES.rst | 3 +++ README.rst | 8 ++++++++ 2 files changed, 11 insertions(+) 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 ----------