Skip to content

Commit ae7faa9

Browse files
committed
docs: set https://nightly.pythonmonkey.io/` as extra index url instead of the only index url to allow installation of dependencies from the main PyPI repo
1 parent ffd5c05 commit ae7faa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
html="<html><head><title>PythonMonkey Nightly Builds</title></head><body>"
249249
html+="<h1>PythonMonkey Nightly Builds</h1>"
250250
html+="<p>To install nightly builds, run</p>"
251-
html+="<pre>pip install -i https://nightly.pythonmonkey.io/ --pre pythonmonkey</pre>"
251+
html+="<pre>pip install --extra-index-url https://nightly.pythonmonkey.io/ --pre pythonmonkey</pre>"
252252
html+="<h3>Browse files:</h3>"
253253
html+="<li><a href="pythonmonkey/">pythonmonkey</a></li>"
254254
html+="<li><a href="pminit/">pminit</a></li>"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ pip install pythonmonkey
7777
### Install the [nightly build](https://nightly.pythonmonkey.io/)
7878

7979
```bash
80-
$ pip install -i https://nightly.pythonmonkey.io/ --pre pythonmonkey
80+
$ pip install --extra-index-url https://nightly.pythonmonkey.io/ --pre pythonmonkey
8181
```
8282

8383
### Use local version

0 commit comments

Comments
 (0)