Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 07814e9

Browse files
committed
Update BUILDING with required Python packages
1 parent ecac175 commit 07814e9

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

BUILDING.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -310,20 +310,29 @@ there are three phases to using the OpenWeave Core build:
310310
* Build
311311
* Stage
312312

313-
### Prerequisite
313+
### Prerequisites
314314

315315
If you're using Weave's bundled OpenSSL, make sure you've installed
316316
Perl text::template.
317317

318318
Text::Template is available from http://www.plover.com/~mjd/perl/Template/
319319
or from CPAN (http://search.cpan.org/dist/Text-Template/).
320320

321-
% wget "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-1.47.tar.gz"
322-
% tar -xvzf Text-Template-1.47.tar.gz
323-
% cd Text-Template-1.47/
324-
% perl Makefile.PL
325-
% make test
326-
% sudo make install
321+
```
322+
% wget "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-1.47.tar.gz"
323+
% tar -xvzf Text-Template-1.47.tar.gz
324+
% cd Text-Template-1.47/
325+
% perl Makefile.PL
326+
% make test
327+
% sudo make install
328+
```
329+
330+
To use OpenWeave's Python-based scripts and tools, the following
331+
packages are required:
332+
333+
```
334+
% pip install --user google-cloud googleapis-common-protos grpc protobuf pycryptodomex
335+
```
327336

328337
### Procedure
329338

@@ -466,7 +475,7 @@ NOTE: Feel free to name this directory whatever you would like.
466475
% mkdir openweave-core-build
467476
% cd openweave-core-build
468477
% {WEAVE_SRCDIR}/configure [ <options> ... ]
469-
478+
```
470479

471480
##### Configuration options
472481

0 commit comments

Comments
 (0)