Hi,
I have been working on 1.3.X version of RASA and downloaded the package by using git and installed it as an editable with “pip install -e .”
Now I want to update my RASA package to latest version and want to install it as an editable so that I can add some metadata fields and channels.
I looked into the GitHub master version and found that instead of setup.py there is setup.cfg.
I don’t know how to install the package as an editable.
Can anyone please suggest the procedure?