We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631e5b3 commit cd1151bCopy full SHA for cd1151b
1 file changed
README.rst
@@ -30,7 +30,29 @@ If you're interested in using this library, please get involved.
30
* Free software: Apache Software License 2.0
31
* Documentation: https://python-etcd3.readthedocs.io.
32
33
-Basic usage:
+
34
+Building python package
35
+-----------------------
36
37
+The package build is made using the ToX orchestrator.
38
+It is required to generate python files before building the package as they are
39
+not kept in gconf.
40
+You only need the ToX orchestrator to produce the package:
41
42
+```
43
+pip install tox
44
45
46
+A typical build sequence is the folling:
47
48
49
+tox -e genproto
50
+tox -e build
51
52
53
54
+Basic usage
55
+-----------
56
57
.. code-block:: python
58
0 commit comments