Skip to content

Commit

Permalink
Update Contributint.rst (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
girol authored Jul 9, 2024
1 parent 097292b commit 9ffb3bc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
::
Expand All @@ -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
Expand Down

0 comments on commit 9ffb3bc

Please sign in to comment.