mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Add install from pypi to readme (#1797)
This commit is contained in:
parent
2471b07388
commit
b0e438fc83
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue