PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

FEATURE REQUEST - Instructions to use the program in IDE like pyCharm

Open bahdah opened this issue 8 years ago • 5 comments

Expected Behavior

Actual Behavior

Your FULL config.json (remove your username, password, gmapkey and any other private info)

Output when issue occurred

Steps to Reproduce

Other Information

OS:

Branch:

Git Commit:

Python Version:

Any other relevant files/configs (eg: path files)

Short Description

the instructions tells you how to load the clone to the IDE so beginners can also easily see how the program works.

Possible solution

A person with the common knowledge in programming should be able to explain how it can be used in IDE.

How it would help others

^

bahdah avatar Oct 07 '16 19:10 bahdah

What's the purpose?

iruy avatar Oct 09 '16 16:10 iruy

@ocean07 a person using an IDE should already know a bit of programing ... or is this a Chicken or egg problem https://en.wikipedia.org/wiki/Chicken_or_the_egg

th3w4y avatar Oct 11 '16 10:10 th3w4y

I just started programming and i was trying to get the clone to work in IDE but got nowhere. I little written help would be helpful.

bahdah avatar Oct 19 '16 18:10 bahdah

You can't run the virtualenv in an IDE I guess.. But, if you happen to have all necessary packages installed, then a "Run" on pokecli.py file (assuming yuo are using a Python IDE) would do what you want.

iruy avatar Oct 20 '16 09:10 iruy

you can set the project interpreter to the already created virtualenv (in reply to @iruy )

th3w4y avatar Oct 20 '16 10:10 th3w4y