Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnar Dattani committed Jan 3, 2017
1 parent 7a9b75c commit 48d067b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ No external dependencies.

## Installation

### Via source

- Download source code.
```bash
git clone https://github.com/verisign/pyreactor.git
Expand All @@ -52,6 +54,11 @@ cd pyreactor
sudo python setup.py install
```

### Via pip
```bash
pip install pyreactor
```

## Usage
- An example of a no-stop-on-error reactor is below [(file)](./docs/cookbook/no_stop_on_error_pyreactor.py):
```python
Expand Down

0 comments on commit 48d067b

Please sign in to comment.