You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
## Table of Contents <!-- omit in TOC -->
31
31
32
32
-[📖 Documentation](#-documentation)
33
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
34
33
-[🔧 Installation](#-installation)
35
34
-[🚀 Getting started](#-getting-started)
36
35
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -41,10 +40,6 @@
41
40
42
41
To learn more about Meilisearch Python, refer to the in-depth [Meilisearch Python documentation](https://meilisearch.github.io/meilisearch-python/). To learn more about Meilisearch in general, refer to our [documentation](https://www.meilisearch.com/docs/learn/getting_started/quick_start) or our [API reference](https://www.meilisearch.com/docs/reference/api/overview).
43
42
44
-
## ⚡ Supercharge your Meilisearch experience
45
-
46
-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-python). Get started with a 14-day free trial! No credit card required.
47
-
48
43
## 🔧 Installation
49
44
50
45
**Note**: Python 3.8+ is required.
@@ -57,19 +52,9 @@ pip3 install meilisearch
57
52
58
53
### Run Meilisearch <!-- omit in toc -->
59
54
60
-
There are many easy ways to [download and run a Meilisearch instance](https://www.meilisearch.com/docs/learn/getting_started/installation).
61
-
62
-
For example, using the `curl` command in [your Terminal](https://itconnect.uw.edu/learn/workshops/online-tutorials/what-is-a-terminal/):
63
-
64
-
```bash
65
-
# Install Meilisearch
66
-
curl -L https://install.meilisearch.com | sh
67
-
68
-
# Launch Meilisearch
69
-
./meilisearch --master-key=masterKey
70
-
```
55
+
⚡️ **Launch, scale, and streamline in minutes with Meilisearch Cloud**—no maintenance, no commitment, cancel anytime. [Try it free now](https://cloud.meilisearch.com/login?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-python).
71
56
72
-
NB: you can also download Meilisearch from **Homebrew** or **APT** or even run it using **Docker**.
57
+
🪨 Prefer to self-host? [Download and deploy](https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-python) our fast, open-source search engine on your own infrastructure.
0 commit comments