What does the --pre option in pip signify?

后端 未结 2 1443
误落风尘
误落风尘 2021-01-03 20:49

I saw on this page that pip install neo4j-doc-manager --pre was used. What does the --pre flag mean?

2条回答
  •  庸人自扰
    2021-01-03 21:32

    The pip install command also supports a --pre flag that will enable installing pre-releases and development releases.

    Source.

提交回复
热议问题