File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ jobs:
176176 env :
177177 HAS_PYPI_TOKEN : ${{ secrets.PYPI_TOKEN != '' }}
178178
179+ environment :
180+ name : pypi
181+ url : https://pypi.org/p/dls-dodal
182+
179183 steps :
180184 - uses : actions/download-artifact@v3
181185
Original file line number Diff line number Diff line change 77Ophyd devices and other utils that could be used across DLS beamlines
88
99============== ==============================================================
10- PyPI ``pip install dodal ``
10+ PyPI ``pip install dls- dodal ``
1111Source code https://github.com/DiamondLightSource/dodal
1212Documentation https://DiamondLightSource.github.io/dodal
1313Releases https://github.com/DiamondLightSource/dodal/releases
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Installing the library
2525
2626You can now use ``pip `` to install the library and its dependencies::
2727
28- $ python3 -m pip install dodal
28+ $ python3 -m pip install dls- dodal
2929
3030If you require a feature that is not currently released you can also install
3131from github::
You can’t perform that action at this time.
0 commit comments