Eric is a Python IDE. Here are the steps that made me successfully install it on a windows 10 computer.
This should be a note, but I still have to polish this site, so notes are too short for this content...
- Install Python3 from here with PATH integration and pip
- Download Eric from here and extract it somewhere (I used
C:\eric6
) - Open a command line as administrator to install those dependencies:
pip3 install PyQt5
pip3 install QScintilla
cd
to your Eric folder and run python install.py
.
Leave a comment
You want to react to this content or ask something to the author? Just leave a comment here!
Note that the comments are not publicly visible, so don't worry if you don't see yours.
All the information you give will only be visible to the author. We don't share anything with anyone.