Skip to content

Commit b42f7b1

Browse files
author
Martin O'Hanlon
committed
updated docs
1 parent 48b9ac5 commit b42f7b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/developing.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ Development
33

44
Instructions on how build and deploy picozero.
55

6+
Pre-requisites
7+
--------------
8+
9+
To build and deploy picozero, you need to install the dependencies ::
10+
11+
pip3 install twine sphinx
12+
613
Build
714
-----
815

9-
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.
1017

1118
2. Add release to ``docs/changelog.rst``
1219

0 commit comments

Comments
 (0)