DorskFR / LeaguePyBot

A Python computer vision bot for League Of Legends
MIT License
65 stars 19 forks source link

If you use linux / macos: in your terminal window. And in any case: Did you click the link that says "How to set Python PATH" ? Set Python PATH (How to set Python PATH) export PYTHONPATH="$PWD:$PYTHONPATH" cd LPBv2/ #10

Closed renanpick closed 3 years ago

renanpick commented 3 years ago

If you use linux / macos: in your terminal window.

And in any case: Did you click the link that says "How to set Python PATH" ?

Set Python PATH (How to set Python PATH) export PYTHONPATH="$PWD:$PYTHONPATH" cd LPBv2/

I use windows but I don't understand where I put this, even seeing it on websites

JeffersonDawg commented 3 years ago

Yes, even following the link "How to set Python PATH" i couldnt find a match for Windows because you can´t just run "export" as a command.

JeffersonDawg commented 3 years ago

Im not sure how i should write the path to LPBv2 in the environment variables

renanpick commented 3 years ago

image

JeffersonDawg commented 3 years ago

@renanpick you can just put LPBv2 folder into python directory. If you cant figure out how to add a new path

DorskFR commented 3 years ago

well, I pushed a new version with a nested folder to make the import easier. you shouldn't even need to set up your python path anymore