Gnuhealth installation with extracted modules

So I already extracted gnuhealth 4.4 verrsion, how do i download it so it could get inserted in database. i already run trytond-admin -c trytond.conf -d mydatabase --all, but the modules wont inserted in there.

this is my conf file

[web]
listen=127.0.0.1:8000
root=/home/sio/health/health/sao

[database]
uri=postgresql://health:health@127.0.0.1:5432/

[jsonrpc]
listen=127.0.0.1:8000
data=/health/sao

The proper way to install Tryton modules is to install them using a Python package tool like pip.
See Tryton - Get Tryton

Downloading and extracting an archive is not enough because it does not ensure that all the dependencies are installed.

it’s my own module, do i have to use this python3 -m pip install --use-pep517 --editable module_name? and should i install it in trytond/modules? can i install those in another directory?