mirror of https://github.com/cool-RR/PySnooper.git
Update README.md
This commit is contained in:
parent
002f3354ba
commit
980db17148
|
@ -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…
Reference in New Issue