How to package and distribute my customized/enhaced DeepPavlov version?

I have extended DeepPavlov with a REST interface to retrain and rebuild the model

and would like now to package and distribute this on a server.

I have found the following general instruction

but it seems to that DeepPavlov is doing this differently.

How would you do this?

Thanks

Michael

Hi @michaelwechner,

You can run

pip install git+https://github.com/wyona/DeepPavlov.git@riseapi_retrain#egg=deeppavlov==0.7.1

on your server to install DeepPavlov from your github fork.