Skip to content

Commit acb0caa

Browse files
committed
we on pypy
1 parent 70b26ab commit acb0caa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ By default, py-spy profiles are recorded in [speedscope](https://www.speedscope.
3232
## Installation
3333

3434
```
35-
python -m pip install git+https://github.com/gjoseph92/dask-pyspy.git@main
35+
python -m pip install dask-pyspy
3636
```
3737

38+
Make sure this package is also installed in the software environment of your cluster!
39+
3840
## Usage
3941

4042
The `pyspy` and `pyspy_on_scheduler` functions are context managers. Entering them starts py-spy on the workers / scheduler. Exiting them stops py-spy, sends the profile data back to the client, and writes it to disk.

0 commit comments

Comments
 (0)