Add install from pypi to readme (#1797)

This commit is contained in:
Jonathan Zernik 2021-11-11 03:09:37 -08:00 committed by GitHub
parent 2471b07388
commit b0e438fc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,12 @@ Add any other [configs](docs/CONFIGURATION.md) that you need.
### Step 2. Install squeaknode:
```
pip install squeaknode
```
Or install from source
```
virtualenv venv
source venv/bin/activate