diff --git a/README.md b/README.md index ad13321..eeb193a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ No external dependencies. ## Installation +### Via source + - Download source code. ```bash git clone https://github.com/verisign/pyreactor.git @@ -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