Skip to content

Using pip packages

Erkhemee edited this page Aug 1, 2026 · 3 revisions

Py3IDE:

In Py3IDE, you can install & list pip packages.

You mustn't run code before doing pip package installation or listing

  • Results appear at terminal

Installing pip packages

  1. Click Install pip package button (Click Toolbox -> Pip package management -> Install pip package button)
  2. Enter your package names to prompt
  • If it's multiple package to install, separate by space (as like numpy pandas) to prompt
  1. Look at Output/Terminal section to see installation results

DONE!

Listing pip packages

  1. Click List all installed pip packages button (Click Toolbox -> Pip package management -> List all installed pip packages button)
  2. Look at Output/Terminal section to see pip packages

DONE!

Py3REPL:

In Py3REPL, you can install pip packages in 2 way

Before REPL opens

  1. It will ask for Do you wanna install pip packages (Y/n)?. Enter Y.
  2. Type your package name(s)
  • If it's multiple package to install, separate by space (as like numpy pandas) to prompt
  1. Type 'Y' if you want to save this pip package installation list

DONE!

In REPL

Press enter and type your package names after %install and hit enter

DONE!