We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oh man , pissed me so much , was working with chatgpt to resolve my endless errors i was recieving when running : $ python3 setup.py install
At end i found solution to use latest installtion method to fix all the installation errors :
cd ~/ git clone https://github.com/vortexau/dnsvalidator.git pip install --use-pep517 ~/dnsvalidator
Update the installation instruction as per above , for everyone .
Regards,
The text was updated successfully, but these errors were encountered:
Lov u, i was in the same as you hahaha
Sorry, something went wrong.
No branches or pull requests
Oh man , pissed me so much , was working with chatgpt to resolve my endless errors i was recieving when running :
$ python3 setup.py install
At end i found solution to use latest installtion method to fix all the installation errors :
cd ~/
git clone https://github.com/vortexau/dnsvalidator.git
pip install --use-pep517 ~/dnsvalidator
Update the installation instruction as per above , for everyone .
Regards,
The text was updated successfully, but these errors were encountered: