Skip to content

Commit

Permalink
Update README with Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkoHunter committed May 14, 2015
1 parent 8b1c46c commit bdc41e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Morse Talk
Morse Talk is a Python library which deals with [Morse code](http://en.wikipedia.org/wiki/Morse_code)

## Installion

### Using pip
```sh
pip install morse-talk
```

### Development version
```sh
git clone https://github.com/OrkoHunter/morse-talk.git
cd morse-talk/
python setup.py install
```

## Examples
```python
>>> import morse_talk as mtalk
Expand Down

0 comments on commit bdc41e1

Please sign in to comment.