moom825 / Discord-RAT

Discord Remote Administration Tool fully written in Python3
240 stars 50 forks source link

requirements cmd #21

Closed juststfu closed 2 years ago

juststfu commented 2 years ago

so the pip3 -r requirements is not working i may have just wrote that wrong but its not working idk why

addi00000 commented 2 years ago

so the pip3 -r requirements is not working i may have just wrote that wrong but its not working idk why

try pip3 install -r requirements.txt or pip install -r requirements.txt alternatively you could just do pip install 'module' for each module in the requriements.txt file