Griffintaur / News-At-Command-Line

:newspaper: News at the command line
MIT License
47 stars 53 forks source link

Adding requirements file, updating README #16

Closed gtseres closed 6 years ago

gtseres commented 6 years ago

Changes:

  1. Removed textwrap, as it's in the standard library for Python 2.7+.
  2. Ran Main.py multiple times, and noticed the missing module errors that were produced. Installed those modules and then created the requirements.txt file using pip freeze.
  3. Added PyYAML that was missing from the README file and added instructions on how to easily install the module dependencies.

After installing the dependencies, the tool started successfully.

Griffintaur commented 6 years ago

Thanks @gtseres for the PR