Skip to content

Commit b65f730

Browse files
committed
Adds installation details
1 parent 76a4750 commit b65f730

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ This readme/code introduces the upcoming Algolia API Client Python v2, the next
1717

1818
You'd like to contribute? Before start, we want to let you know that your **feedback** is important to us! Please consider start using this `v2` today! Found a bug or see something that can improved? Report it here: [github.com/algolia/algoliasearch-client-python/issues](https://github.com/algolia/algoliasearch-client-python/issues).
1919

20+
First, install Algoliasearch - API Client Python v2:
21+
```py
22+
pip install --pre algoliasearch
23+
```
24+
2025
### Example with synchronous usage:
2126

2227
```py

0 commit comments

Comments
 (0)