-
Notifications
You must be signed in to change notification settings - Fork 0
Using pip packages
Erkhemee edited this page Jul 18, 2026
·
3 revisions
In Py3IDE, you can install & list pip packages.
You mustn't run code before doing pip package installation or listing
- Results appear at terminal
- Click
Install pip packagebutton - Enter your package names to prompt
- If it's multiple package to install, separate by space (as like
numpy pandas) to prompt
- Look at Output/Terminal section to see installation results
DONE!
- Click
List all installed pip packagesbutton - Look at Output/Terminal section to see pip packages
DONE!
In Py3REPL, you can install pip packages in 2 way
- It will ask for
Do you wanna install pip packages (Y/n)?. Enter Y. - Type your package name(s)
- If it's multiple package to install, separate by space (as like
numpy pandas) to prompt
DONE!
Press enter and type your package names after %install and hit enter
DONE!