This repository was archived by the owner on Dec 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff 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
315315If you're using Weave's bundled OpenSSL, make sure you've installed
316316Perl text::template.
317317
318318Text::Template is available from http://www.plover.com/~mjd/perl/Template/
319319or 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
You can’t perform that action at this time.
0 commit comments