Lvenizerv / Aurora

Open-source version of Aurora
14 stars 14 forks source link

Issue installing #8

Closed SUDestroyer closed 2 years ago

SUDestroyer commented 2 years ago

When running the install command (pip install -r requirements.txt) it just doesn't wanna work

Screenshot 2022-06-14 110234

Any help would be appreciated

Lvenizerv commented 2 years ago

dont write python in cmd then write that just open cmd and type pip install -r requirements.txt

SUDestroyer commented 2 years ago

It's now just telling me its not a valid command

Screenshot 2022-06-14 123408
cx622 commented 2 years ago

Did you install python?

SUDestroyer commented 2 years ago

Yes, I have python installed

Screenshot 2022-06-14 134106
TheBaconPug commented 2 years ago

Yes, I have python installed

Screenshot 2022-06-14 134106

py -m pip install -r requirements.txt

SUDestroyer commented 2 years ago

Yes, I have python installed

Screenshot 2022-06-14 134106

py -m pip install -r requirements.txt

It's still giving me issues

Screenshot 2022-06-14 202708
TheBaconPug commented 2 years ago

Yes, I have python installed

Screenshot 2022-06-14 134106

py -m pip install -r requirements.txt

It's still giving me issues

Screenshot 2022-06-14 202708

Install pip

SUDestroyer commented 2 years ago

py -m pip install -r requirements.txt

Ok, I've installed pip (hopefully) and now it can't find the file for some reason

Screenshot 2022-06-14 205056
TheBaconPug commented 2 years ago

py -m pip install -r requirements.txt

Ok, I've installed pip (hopefully) and now it can't find the file for some reason

Screenshot 2022-06-14 205056

You're not in the folder with the files in it

SUDestroyer commented 2 years ago

py -m pip install -r requirements.txt

Ok, I've installed pip (hopefully) and now it can't find the file for some reason

Screenshot 2022-06-14 205056

You're not in the folder with the files in it

Ok, so how would I do that?

TheBaconPug commented 2 years ago

?

https://m.youtube.com/watch?v=MBBWVgE0ewk

SUDestroyer commented 2 years ago

Thanks for the help, got it working