~lomanic: 1
Streamline installation process by adding simplytranslate_engines as a dependency in requirements.txt
2 files changed, 1 insertions(+), 7 deletions(-)
From: Lomanic <lomanic@hotmail.fr>
---
README.md | 7 -------requirements.txt | 1 +
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9fd1b1e..83af873 100644
--- a/README.md+++ b/README.md
@@ -11,13 +11,6 @@ If you want to integrate a list of instances in your project, you can use this e
If you want to add your own instance here, please either send me an email directly to metalune@mailbox.org or tell us about it in our IRC channel #simple-web on [Libera.Chat](https://libera.chat)
## How to install/use
-### Clone simplytranslate_engines repository and install it-```sh-git clone https://git.sr.ht/~metalune/simplytranslate_engines-cd simplytranslate_engines-sudo python3 setup.py install-cd ..-```### Clone the repository
```sh
diff --git a/requirements.txt b/requirements.txt
index 60af440..081da6f 100644
--- a/requirements.txt+++ b/requirements.txt
@@ -1 +1,2 @@
quart
+git+https://git.sr.ht/~metalune/simplytranslate_engines
--
2.32.0