From 60311bc71411b7053dd502fda999939cf76f1948 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Miranda Date: Tue, 8 Jul 2025 18:59:33 -0300 Subject: [PATCH] Update README.md changed the pip install to point to testpypi instead of the pypi and also added a way to get the dependencies from pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f10b3a..0c47fef 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ structured and accessible format. To install the application you must issue the command: ```bash -pip install pilgrim + pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple Pilgrim ``` ## Usage