Skip to content

Commit fe91b03

Browse files
committed
doc: remove --pre flag for pip install
Since there are currently only alpha releases available, I assumed that would prevent users installing py-bitcoinkernel without the --pre flag. That doesn't seem to be the case, so remove it.
1 parent 79070a9 commit fe91b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are two main ways to install `py-bitcoinkernel`:
4545
To install a pre-compiled wheel from PyPI, simply run:
4646

4747
```
48-
pip install --pre py-bitcoinkernel
48+
pip install py-bitcoinkernel
4949
```
5050

5151
### Install from source
@@ -59,7 +59,7 @@ pip install .
5959
Alternatively, you can install the source distribution from PyPI:
6060

6161
```
62-
pip install --pre py-bitcoinkernel --no-binary :all:
62+
pip install py-bitcoinkernel --no-binary :all:
6363
```
6464

6565
> [!NOTE]

0 commit comments

Comments
 (0)