Commit bffae9c7 by Suhyeon Kim

Fix typo

parent a7188a13
...@@ -334,7 +334,7 @@ the `--no-dev` option. ...@@ -334,7 +334,7 @@ the `--no-dev` option.
poetry install --no-dev poetry install --no-dev
``` ```
You can also specify the extras you want installed You can also specify the extras you want to be installed
by passing the `-E|--extras` option (See [Extras](#extras) for more info) by passing the `-E|--extras` option (See [Extras](#extras) for more info)
```bash ```bash
...@@ -368,8 +368,7 @@ poetry install --no-root ...@@ -368,8 +368,7 @@ poetry install --no-root
### update ### update
In order to get the latest versions of the dependencies and to update the `poetry.lock` file, In order to get the latest versions of the dependencies and to update the `poetry.lock` file, use the `update` command.
you should use the `update` command.
```bash ```bash
poetry update poetry update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment