Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
c1f9838b
Unverified
Commit
c1f9838b
authored
Nov 30, 2019
by
finswimmer
Committed by
GitHub
Nov 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1493 from wisemuji/develop
Fix README(Documentation)
parents
a7188a13
bffae9c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
+2
-3
No files found.
README.md
View file @
c1f9838b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment