lvapeab / nmt-keras

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

Missing auto setup of required packages for running this library #123

Closed nashid closed 4 years ago

nashid commented 4 years ago

requirements.txt file is missing.

As per Installation doc:

git clone https://github.com/lvapeab/nmt-keras
cd nmt-keras
pip install -r requirements.txt

I see in the last commit this file was removed . https://github.com/lvapeab/nmt-keras/pull/121

And now we have to manually installed the requited dependencies.

lvapeab commented 4 years ago

Docs seem to be out-dated. I'll update them.

You should follow the README.md:

Assuming that you have pip installed and updated (>18), run:

  git clone https://github.com/lvapeab/nmt-keras
  cd nmt-keras
  pip install -e .