Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 721c104

Browse files
authored
Merge pull request #15 from epics-containers/dev
Fixes after review
2 parents b0c3464 + a76c434 commit 721c104

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Docs CI
22

33
on:
44
push:
5-
tags:
6-
- "*"
75
pull_request:
86

97
jobs:

docs/tutorials/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can now use ``pip`` to install the library::
3030
If you require a feature that is not currently released you can also install
3131
from github::
3232

33-
python3 -m pip install git+https://github.com/epics-containers/python3-pip-skeleton.git
33+
python3 -m pip install git+https://github.com/epics-containers/python3-pip-skeleton-cli.git
3434

3535
The library should now be installed and the commandline interface on your path.
3636
You can check the version that has been installed by typing::

0 commit comments

Comments
 (0)