Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 1ec35df

Browse files
committed
remove pypi, add custom pkg repo
1 parent 5f0a8a6 commit 1ec35df

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ![bolt](./assets/bolt.svg) Jumpstarter
22

3-
[![PyPI](https://img.shields.io/badge/PyPI-Packages-blue?logo=pypi)](https://pypi.org/project/jumpstarter/)
43
[![Matrix](https://img.shields.io/matrix/jumpstarter%3Amatrix.org?color=blue)](https://matrix.to/#/#jumpstarter:matrix.org)
54
[![Etherpad](https://img.shields.io/badge/Etherpad-Notes-blue?logo=etherpad)](https://etherpad.jumpstarter.dev/pad-lister)
65
[![Community Meeting](https://img.shields.io/badge/Weekly%20Meeting-Google%20Meet-blue?logo=google-meet)](https://meet.google.com/gzd-hhbd-hpu)
@@ -21,13 +20,13 @@ A free, open source tool for automated testing on real and virtual hardware with
2120
Install all the Jumpstarter Python components:
2221

2322
```shell
24-
pip install --extra-index-url https://jumpstarter.dev/packages/simple jumpstarter-all
23+
pip install --extra-index-url https://pkg.jumpstarter.dev/ jumpstarter-all
2524
```
2625

2726
Or, just install the `jmp` CLI tool:
2827

2928
```shell
30-
pip install --extra-index-url https://jumpstarter.dev/packages/simple jumpstarter-cli
29+
pip install --extra-index-url https://pkg.jumpstarter.dev/ jumpstarter-cli
3130
```
3231

3332
To install the [Jumpstarter Service](https://jumpstarter.dev/introduction/service.html)

docs/source/installation/python-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Release install
44

5-
The [Jumpstarter Python packages](https://jumpstarter.dev/packages/)
5+
The [Jumpstarter Python packages](https://pkg.jumpstarter.dev/)
66
contain all the necessary tools to run an exporter or interact with your
77
hardware as a client.
88

99
The Python package can be installed using ``pip`` or similar. Python
1010
{{requires_python}} is required:
1111

1212
```shell
13-
$ pip3 install --extra-index-url https://jumpstarter.dev/packages/simple jumpstarter-all
13+
$ pip3 install --extra-index-url https://pkg.jumpstarter.dev/ jumpstarter-all
1414

1515
$ mkdir -p "${HOME}/.config/jumpstarter/"
1616
$ sudo mkdir /etc/jumpstarter

0 commit comments

Comments
 (0)