domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
981 stars 212 forks source link

documentation / installation #379

Closed Pascal76 closed 1 year ago

Pascal76 commented 1 year ago

on https://domainaware.github.io/parsedmarc/:

"sudo -u parsedmarc /opt/parsedmarc/venv -U parsedmarc" do you mean "sudo -u parsedmarc /opt/parsedmarc/venv/bin/pip install -U parsedmarc"

?

AnaelMobilia commented 1 year ago

Hello @Pascal76

Yes, there is a typo on the install doc. PR #361 is already open for this issue, the doc will be fixed as soon it will be merged. Note : you may need to activate your venv too (see PR).

Bests regards, Anael

AnaelMobilia commented 1 year ago

This issue could be closed as resolved by #361 (ping @seanthegeek )