Skip to content

Commit

Permalink
Added installation instructions to README (issue 220)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaltrabelsi authored Oct 3, 2019
1 parent b760506 commit 3d74dce
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 3d74dce

Please sign in to comment.