aelmosalamy / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
69 stars 17 forks source link

Link colorama as an installation requirement, not as an included module #24

Closed codeswhite closed 4 years ago

codeswhite commented 4 years ago

The goal is to keep this repo clean and slim while having colorama updated from pip. This can easily be done by adding a file that states that colorama is a required dependency, and state in readme that: Installation is done via: $ pip install -r requirements.txt