Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billcccheng committed Mar 29, 2018
1 parent 9a39da2 commit dbe4bba
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ To be honest, I did this just for pure fun.:wink:

## Getting Started
#### Installation
`pip3 install -r requirements.txt`

After that just run:

If you don't want color:
`python3 start.py`

If you want color:
`python3 start.py --color`
```
pip3 install -r requirements.txt
```

After pip installing run the below:
```
# Without Color
python3 start.py
# With Color
python3 start.py --color
```

Just that easy!! :sunglasses:

Expand Down

0 comments on commit dbe4bba

Please sign in to comment.