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

Commit

Permalink
Merge pull request #15 from epics-containers/dev
Browse files Browse the repository at this point in the history
Fixes after review
  • Loading branch information
gilesknap authored Aug 26, 2022
2 parents b0c3464 + a76c434 commit 721c104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Docs CI

on:
push:
tags:
- "*"
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can now use ``pip`` to install the library::
If you require a feature that is not currently released you can also install
from github::

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

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

0 comments on commit 721c104

Please sign in to comment.