-
Notifications
You must be signed in to change notification settings - Fork 0
Using pip packages
Erkhemee edited this page Aug 1, 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 (Click Toolbox -> Pip package management -> Install pip package button) - 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 (Click Toolbox -> Pip package management -> List all installed pip packages button) - 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
- Type 'Y' if you want to save this pip package installation list
DONE!
Press enter and type your package names after %install and hit enter
DONE!