Skip to content

Commit

Permalink
Merge pull request #115 from adocampo/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceNCounter authored Oct 9, 2020
2 parents 30e084d + 61c4980 commit 4e197f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ venv.bak/

# mypy
.mypy_cache/

# vscode settings
.vscode/
31 changes: 22 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,25 @@ Lingua Franca (_noun_)<br>

- [Lingua Franca](#lingua-franca)
* [Formatting](#formatting)
+ [Pronounce numbers](#pronounce-numbers)
+ [Pronounce datetime objects](#pronounce-datetime-objects)
+ [Pronounce durations](#pronounce-durations)
* [Parsing](#parsing)
+ [Extract numbers](#extract-numbers)
+ [Extract durations](#extract-durations)
+ [Extract dates](#extract-dates)
* [Contributing to this project](#contributing-to-this-project)
- [Formatting](#formatting)
- [Pronounce numbers](#pronounce-numbers)
- [Pronounce datetime objects](#pronounce-datetime-objects)
- [Pronounce durations](#pronounce-durations)
- [Parsing](#parsing)
- [Extract numbers](#extract-numbers)
- [Extract durations](#extract-durations)
- [Extract dates](#extract-dates)
- [Contributing to this project](#contributing-to-this-project)
- [0. Sign a Contributor Licensing Agreement](#0-sign-a-contributor-licensing-agreement)
- [1. Setup a local copy of the project](#1-setup-a-local-copy-of-the-project)
- [2. Writing tests](#2-writing-tests)
- [3. Run tests to confirm they fail](#3-run-tests-to-confirm-they-fail)
- [4. Write code](#4-write-code)
- [5. Document your code](#5-document-your-code)
- [6. Try it in Mycroft](#6-try-it-in-mycroft)
- [7. Commit changes](#7-commit-changes)
- [8. Submit a PR](#8-submit-a-pr)
- [9. Waiting for a review](#9-waiting-for-a-review)

## Formatting

Expand Down Expand Up @@ -235,6 +245,9 @@ source .venv/bin/activate

4. Install the package and it's dependencies
```bash
pip install wheel
python -m pip install .
pip install pytest
python setup.py install
```

Expand Down

0 comments on commit 4e197f5

Please sign in to comment.