Skip to content

Commit 9a4ddc8

Browse files
committed
readme: explicitly mention "pip install e-x"
1 parent e029e5e commit 9a4ddc8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Electrum server network runs ElectrumX.
2424

2525
See [readthedocs](https://electrumx-spesmilo.readthedocs.io).
2626

27+
### Releases
28+
29+
ElectrumX is generally mature software and usually running git HEAD in production is fine.
30+
Alternatively, conservative people can run from the latest tag, for which there are also releases on PyPI:
31+
```
32+
$ pip install e-x
33+
```

docs/release_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### 3. Tag
1111

1212
```
13-
$ git tag -s $VERSION -m "$VERSION"
13+
$ git tag -s "$VERSION" -m "$VERSION"
1414
$ git push "$REMOTE_ORIGIN" tag "$VERSION"
1515
```
1616

0 commit comments

Comments
 (0)