We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9ac5 commit b42f7b1Copy full SHA for b42f7b1
docs/developing.rst
@@ -3,10 +3,17 @@ Development
3
4
Instructions on how build and deploy picozero.
5
6
+Pre-requisites
7
+--------------
8
+
9
+To build and deploy picozero, you need to install the dependencies ::
10
11
+ pip3 install twine sphinx
12
13
Build
14
-----
15
-1. Update version numbers in the ``setup.py``, ``picozero/__init__.py``and ``docs/conf.py`` files.
16
+1. Update version numbers in the ``setup.py``, ``picozero/__init__.py`` and ``docs/conf.py`` files.
17
18
2. Add release to ``docs/changelog.rst``
19
0 commit comments