Skip to content

Commit 1cb0c73

Browse files
committed
readme: added installation hint, usage title
1 parent 7dc150c commit 1cb0c73

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
devpi-client-extensions
22
=======================
33

4+
.. role:: bash(code)
5+
:language: bash
6+
47
Some useful stuff around `devpi client`_. Although this package is proudly named *extensions*,
58
currently there is only one thing implemented ready to be used: a hook that uses passwords from
69
``.pypirc`` on login to devpi server so you don't have to enter your password if you store it for upload anyway.
710

11+
Install
12+
-------
13+
14+
.. code-block:: sh
15+
16+
$ pip install devpi-client-extensions
17+
18+
Usage
19+
-----
20+
21+
Just use the :bash:`devpi login` command as usual:
22+
823
.. code-block:: sh
924
1025
$ devpi login hoefling

0 commit comments

Comments
 (0)