I saw on this page that pip install neo4j-doc-manager --pre was used. What does the --pre flag mean?
pip install neo4j-doc-manager --pre
--pre
The pip install command also supports a --pre flag that will enable installing pre-releases and development releases.
Source.