Skip to content

Commit

Permalink
Merge pull request #231 from eyaltrabelsi/master
Browse files Browse the repository at this point in the history
Added installation instructions to README (issue 220)
  • Loading branch information
wiggin15 committed Oct 4, 2019
2 parents b760506 + 3d74dce commit 6f8a3aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,17 @@ init(wrap=True):
print(Fore.BLUE + 'blue text on stderr', file=stream)
Installation
=======================
colorama is currently installable from PyPI:

pip install colorama

colorama also can be installed by the conda package manager:

conda install -c anaconda colorama


Status & Known Problems
=======================

Expand Down

0 comments on commit 6f8a3aa

Please sign in to comment.