Skip to content

Commit

Permalink
added pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0tr0n authored Aug 7, 2019
1 parent 4f2ef95 commit ba5350b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ a css file (Bootstrap like) for unicode text formatting in python console output

## USAGE

(Will try to add a pip installable, later. As of now, this is it:)
Install it using pip: `pip install termstrap`

Copy the css.py file to your project repo.

Import in your code: `import Bootstrap from css`.
Import in your code: `import css` or ` from css import Bootstrap, printc`.

Create an object: `text = Bootstrap()`

Expand Down

0 comments on commit ba5350b

Please sign in to comment.