Skip to content

Commit d09be6a

Browse files
authored
Merge pull request #430 from davorrunje/update-typer
Update typer
2 parents 7bf89ad + 9fa5717 commit d09be6a

File tree

3 files changed

+192
-197
lines changed

3 files changed

+192
-197
lines changed

docs/development-contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ git clone [email protected]:<your username>/fastapi-code-generator.git
1818
$ cd fastapi-code-generator
1919

2020
## 2. Install [poetry](https://github.com/python-poetry/poetry)
21-
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
21+
$ curl -sSL curl -sSL https://install.python-poetry.org | python3 -
2222

2323
## 3. Install dependencies
2424
$ poetry install

0 commit comments

Comments
 (0)