cisagov / trustymail

Scan domains and return data based on trustworthy email best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install in virtualenv with python3!

refayathaque opened this issue · comments

Hi @refayathaque -- Are you saying that the documentation should state the trustymail should only be installed in a virtualenv?

While that is generally a best practice of Python packages in general, it isn't strictly a requirement...

@refayathaque I think using virtualenv for Python development is pretty standard stuff. That said, you're welcome to create a pull request containing some documentation about how to do that if you want.