PokemonGo-Bot
PokemonGo-Bot copied to clipboard
FEATURE REQUEST - Instructions to use the program in IDE like pyCharm
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
^
What's the purpose?
@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
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.
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.
you can set the project interpreter to the already created virtualenv (in reply to @iruy )