File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ $ cd in2lambda
1212```
1313
1414The project can then be installed using [ poetry] ( https://python-poetry.org/ ) :
15+ (make sure you are in the top folder, which is the folder that contains pyproject.toml file)
1516
1617``` shell
1718$ poetry install
@@ -20,6 +21,11 @@ $ pre-commit install
2021$ in2lambda --help
2122```
2223
24+ To exit the environment:
25+ ``` shell
26+ $ exit
27+ ```
28+
2329:::{admonition} Using pip
2430:class: dropdown
2531
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def converter(
1818 """Turns a list of question objects into Lambda Feedback JSON.
1919
2020 Args:
21- template: The loaded JSON from the minimal template.
21+ template: The loaded JSON from the minimal template (it needs to be in sync) .
2222 ListQuestions: A list of question objects.
2323 output_dir: The absolute path for where to produced the final JSON/zip files.
2424 """
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " in2lambda"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Converts content ready for import into Lambda Feedback"
55authors = []
66license = " MIT"
You can’t perform that action at this time.
0 commit comments