2 ответов
+ 1
Hello everyone,
So, I realize I'm actual using Spyder. To answer some of my own questions:
First, thank you Vukan for the link. It looks like PyAutoGUI isn't included in the list for Anaconda, but I did find out it works with Spyder.
For those using Spyder, this is how I learned to install modules .
1. Open Anaconda
2. Type:
conda import xxx
Where xxx is the module you want
3. Open Spyder
4. Type:
Import xxx
It was that easy and things were running well for me.
Also, you can use Spyder's online help pain to view all of the modules that are already installed on your computer.
Best Wishes,
Adrian