From 7af9dbacb3019d2f51496ad4ba6aa2f2594fea2a Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Wed, 13 May 2020 18:43:42 +0300 Subject: [PATCH] Rework installation readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d32c4be..ad90bcd 100644 --- a/README.md +++ b/README.md @@ -128,21 +128,24 @@ Show snoop lines for functions that your function calls: **See [Advanced Usage](https://github.com/cool-RR/PySnooper/blob/master/ADVANCED_USAGE.md) for more options.** <------ -# Installation # +# Installation with Pip # -You can install **PySnooper** by: +The best way to install **PySnooper** is with Pip: -* pip: ```console $ pip install pysnooper ``` -* conda with conda-forge channel: +# Other installation options # + +Conda with conda-forge channel: + ```console $ conda install -c conda-forge pysnooper ``` -* Arch Linux: +Arch Linux: + ```console $ yay -S python-pysnooper ```