File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,15 @@ this file, see the
101101}
102102```
103103
104+ With both files your project directory should look like this:
105+ ```
106+ .
107+ ├── model
108+ │ └── main.smithy
109+ └── smithy-build.json
110+ ```
111+
112+
104113The code generator, ` smithy-python-codegen ` , hasn't been published yet, so
105114you'll need to build it yourself. To build and run the generator you will need
106115the following prerequisites:
@@ -117,7 +126,7 @@ install the python dependencies in your environment and make the code generator
117126available locally. For more information on the underlying build process, see the
118127"Using repository tooling" section.
119128
120- Now from your model directory run ` smithy build ` and you'll have a generated
129+ Now from your project directory run ` smithy build ` and you'll have a generated
121130client! The client can be found in ` build/smithy/client/python-client-codegen ` .
122131The following is a snippet showing how you might use it:
123132
You can’t perform that action at this time.
0 commit comments