Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu committed May 6, 2021
1 parent 4b7cd8a commit 6a00b32
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions flyteidl/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@ This is one of the core repositories of Flyte and contains the Specification of
the Flyte Lanugage. The Specification is maintained using Googles fantastic
Protcol buffers library. The code and docs are auto-generated.

- [flyte.org](https://flyte.org)
- [Flyte Docs](http://flyte.readthedocs.org/)
- [FlyteIDL Docs](http://flyteidl.readthedocs.org)
* [flyte.org](https://flyte.org)
* [Flyte Docs](http://flyte.readthedocs.org/)
* [FlyteIDL Docs](http://flyteidl.readthedocs.org)

Generate Code from protobuf
----------------------------
#. Make sure docker is installed locally.
#. Once installed run, ``make generate`` to generate all the code and mock
client for FlyteAdmin Service
#. Run ``make download_tooling`` to install generator dependencies

.. prompt:: bash

make generate
make download_tooling

#. You might have to run, ``make download_tooling`` to install generator
dependencies
#. Make sure docker is installed locally.
#. Once installed, run ``make generate`` to generate all the code and mock
client for FlyteAdmin Service

.. prompt:: bash

make download_tooling
make generate

#. To add new dependencies for a doc, modify ``doc_requirements.in`` and then

Expand Down

0 comments on commit 6a00b32

Please sign in to comment.