yassineaboukir / sublert

Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
MIT License
981 stars 172 forks source link

add python virtual environment #28

Closed pwnedDesal closed 4 years ago

pwnedDesal commented 4 years ago

Python virtual environment solves dependencies, and package version conflicts on different python project by isolating an environment per project. This is useful if you have two bug hunter tools that need a different version of the required package.

yassineaboukir commented 4 years ago

Hi,

Thanks for the suggestion. Instead of a PR here, I'll edit the medium article to add these instructions.

Thank you!