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
cb503e88
Commit
cb503e88
authored
Jul 26, 2018
by
Cauê Baasch de Souza
Committed by
Sébastien Eustace
Jul 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install help message (lock file is prioritized) (#289)
parent
9471cf9c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
poetry/console/commands/install.py
+1
-1
No files found.
poetry/console/commands/install.py
View file @
cb503e88
...
...
@@ -13,7 +13,7 @@ class InstallCommand(VenvCommand):
{ --develop=* : Install given packages in development mode. }
"""
help
=
"""The <info>install</info> command reads the <comment>pyproject.
toml
</> file from
help
=
"""The <info>install</info> command reads the <comment>pyproject.
lock
</> file from
the current directory, processes it, and downloads and installs all the
libraries and dependencies outlined in that file. If the file does not
exist it will look for <comment>pyproject.toml</> and do the same.
...
...
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