readthedocs docu needs an update
acbekoac opened this issue · 3 comments
acbekoac commented
Hi,
read the docs [0] still gives the old/wrong install infos
pip3 install -U yaramail
cool project, thx
seanthegeek commented
That command works. What is wrong about it?
acbekoac commented
not on my Ubuntu 20.04 box. had to enter
pip3 install -U yara-mail --user
seanthegeek commented
Right. It depends on how you are installing it. If you're using a Python virtual environment (and you should be) you don't need [--user], but if you want to install it as a utility for a user account, you use --user
.