mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Rework installation readme
This commit is contained in:
parent
0f11125cb2
commit
7af9dbacb3
1 changed files with 8 additions and 5 deletions
13
README.md
13
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue