From 3fa01c9e2323b85121ce56e6c539e28e42c8e169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luiz=20Girol?= Date: Tue, 9 Jul 2024 10:55:17 -0300 Subject: [PATCH] Update Contributint.rst --- CONTRIBUTING.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 64f184e..5609571 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -29,6 +29,8 @@ __ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/wor How to Run Dojo-Toolkit for development --------------------------------------- +Minimal Python version: 3.9.x + 1. Clone the project :: @@ -39,15 +41,22 @@ How to Run Dojo-Toolkit for development $ make install +3. Install the entrypoint script locally +:: + + $ pip install -e . + Done :-) How to Run Dojo-Toolkit Tests ----------------------------- + +After installing the depencencies, simply run: + :: - $ pip install -r requirements-test.txt - $ py.test + $ make test Coding Style