seanthegeek/yaramail

readthedocs docu needs an update

acbekoac opened this issue · 3 comments

Hi,

read the docs [0] still gives the old/wrong install infos

pip3 install -U yaramail

cool project, thx

[0]
https://seanthegeek.github.io/yaramail/index.html#

That command works. What is wrong about it?

not on my Ubuntu 20.04 box. had to enter
pip3 install -U yara-mail --user

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.