Unresolved reference 'botcity' and Unresolved reference 'DesktopBot'

i just installed botcity in pycharm, and it is not identifying the botcity.core and DesktopBot reference, so i try to create some code. Can someone help me?

@brunobpajunior make sure you installed the bot with the pip isntall -e . so it will also add the dependencies to your Python.
Another important point is to make sure that the python you use to run pip install is the same one that you are using with PyCharm.
A good way to make sure is to use the terminal inside PyCharm to run your commands.