Add `requirements.txt` file to be used with pip

Issue #152 resolved
Muammar El Khatib created an issue

There is a package called piperqs that automatically generates requirements.txt files:

pipreqs --force /path/to/amp.git

That is convenient because for those installing required python modules with pip, they can do:

pip install -r requirements.txt

The generated requirements.txt is attached to this report. Note that the only requirement not included is TensorFlow because its installation needs other steps.

Comments (1)

  1. Log in to comment