Commit 68c62c0c by Cauê Baasch de Souza Committed by Sébastien Eustace

Fix install help message (lock file is prioritized) (#289)

parent 8f113ad2
......@@ -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.
......
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