Knowledgebase Knowledgebase

  • Home
  • Go Back
Home / Pro Terminal / How to install Python pip packages?

How to install Python pip packages?

230 views Less than a minute 0

Interactive Shell terminal (Pro) allows installing Python packages and tools through virtual creating environment. Please refer to the example below.

python3 -m venv .venv
source .venv/bin/activate
pip install django
python -c "import django; print(django.get_version())"
5.1.3 

See the image example.

Python pip install
Pro Terminal

Social

Article Categories

Account AI Billing IDE Legal Pro Terminal
@ InteractiveShell 2024