Encouraging secure package installations with pip install -e autora[...] #361
Replies: 3 comments
-
That is a great point. Perhaps we could mark this as an issue for the documentation? |
Beta Was this translation helpful? Give feedback.
-
Yes, I would maybe even put this as a disclaimer or something in more than one place of the documentation: If you are using pip install autora-... it is on your own risk, and the package might have nothing to do with autora (may even be malware or whatever), while pip install -e autora[...] is guaranteed to be approved by the team. |
Beta Was this translation helpful? Give feedback.
-
At the moment, you can't do |
Beta Was this translation helpful? Give feedback.
-
For security reasons and for quality control, we could encourage users to install packages used for autora only with the command
pip install -e autora[...]
instead of pipinstall autora-...
(That way, only packages are installed that we listed in the pyproject.toml file as optional dependencies)Beta Was this translation helpful? Give feedback.
All reactions