TermuxHackz / X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux
https://termuxhackz.github.io/How-to-get-information-using-Xosint.html
GNU General Public License v3.0
850 stars 85 forks source link

use --break-system-packages with pip #45

Closed midnit3Z0mbi3 closed 2 weeks ago

midnit3Z0mbi3 commented 2 months ago

edit the setup.sh file.

on each pip install entry append "--break-system-packages"

create a venv and activate it

sudo bash setup.sh

install:

cd $HOME git clone https://github.com/TermuxHackz/X-osint cd X-osint nano setup.sh chmod +x *.sh python3 -m venv X-osint_venv source X-osint_venv/bin/activate 
sudo bash setup.sh

TermuxHackz commented 3 weeks ago

Hello @midnit3Z0mbi3 , seems intriguing, I would try to fix such errors, but would ask if you would like to make a pull request

midnit3Z0mbi3 commented 3 weeks ago

Hello @TermuxHackz I am still new to Github. But yes, I would like to do a pull request.