mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Update README.md
This commit is contained in:
parent
002f3354ba
commit
980db17148
1 changed files with 8 additions and 0 deletions
|
|
@ -145,10 +145,18 @@ Start all snoop lines with a prefix, to grep for them easily:
|
|||
|
||||
# Installation #
|
||||
|
||||
You can install **PySnooper** by:
|
||||
|
||||
* pip:
|
||||
```console
|
||||
$ pip install pysnooper
|
||||
```
|
||||
|
||||
* conda with conda-forge channel:
|
||||
```console
|
||||
$ conda install -c conda-forge pysnooper
|
||||
```
|
||||
|
||||
# Advanced Usage #
|
||||
|
||||
`watch_explode` will automatically guess how to expand the expression passed to it based on its class. You can be more specific by using one of the following classes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue