Skip to content

Commit d0d1f8a

Browse files
committed
Add instruction in installing from pip directly.
1 parent 5caafff commit d0d1f8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Forwarder if that fails to load or initialize.
4545
We use this library to allow applications to be redirected to one of several
4646
available DB replicas and re-routed instantly if the configuration changes.
4747

48+
## Install Python module from PyPy:
49+
50+
```
51+
pip install asyncproxy
52+
```
53+
4854
## Build and Install Python module from source code:
4955

5056
```

0 commit comments

Comments
 (0)