lvapeab / nmt-keras

Neural Machine Translation with Keras
http://nmt-keras.readthedocs.io
MIT License
533 stars 130 forks source link

Introduce a setup.py for pip installations #114

Closed davidwilby closed 4 years ago

davidwilby commented 4 years ago

Will you consider introducing a setup.py for nmt-keras so that it can be installed via

pip install git+https://github.com/lvapeab/nmt-keras.git#egg=nmt_keras

similarly to keras_wrapper

lvapeab commented 4 years ago

Yes, this is a valuable addition. Feel free to open a PR if you want to add it. Otherwise, I'll do that next weekend. Cheers!

davidwilby commented 4 years ago

Sweet, I'll check it out this week.

davidwilby commented 4 years ago

Looking at this in PR: https://github.com/lvapeab/nmt-keras/pull/115

lvapeab commented 4 years ago

Done and merged https://github.com/lvapeab/nmt-keras/pull/115.