LogoLogo
πŸ‡ΊπŸ‡Έ EN
πŸ‡ΊπŸ‡Έ EN
  • πŸ‘‹Welcome
  • Suport
    • ☁️How to Host
      • πŸ€–Bots
        • πŸ”ŒBot
        • 🧩VSCode Extension
        • ⌨️CLI
      • 🌎Website and APIs
        • πŸ”ŒBot
        • 🧩VSCode Extension
        • ⌨️CLI
    • ⌨️Languages
      • 🟨JavaScript
        • πŸ“„Create the package.json
      • 🐍Python
        • πŸ“„Create the requirements.txt
      • β˜•Java
      • πŸ’ŽRuby
        • πŸ“„Create the Gemfile
      • 🐿️Go
      • 🐘Php
      • πŸ¦€Rust
        • πŸ“„Create the Cargo.toml
    • ⛓️Integrations
      • 🌐Your Own Domain
      • πŸ™GitHub and GitLab
      • 🎧Lavalink
      • πŸ’ΎDatabase
        • MongoDB Atlas (mLab)
    • ❓Frequently Asked Questions (FAQ)
      • How to compress my files?
      • Discloud ModMail (Ticket)
      • How do I get my bot's ID?
      • What is the main file?
      • Configuring Puppeteer
      • How to report an offender?
      • Why can't I access my website?
      • Very Heavy BOT
    • βš’οΈCommands
      • How to get API token
      • How to integrate Github
    • 🀲Donations
  • configuration
    • βš™οΈdiscloud.config
      • πŸ“¦APT (Install Packages)
      • πŸ—οΈVERSION (Switch between Versions)
  • πŸ–₯️local environment
    • βš™οΈInstall
      • 🟨JavaScript (NodeJS)
      • 🐍Python
      • πŸ’ŽRuby
      • πŸ¦€Rust
  • API
    • πŸ“‘Using the API
    • πŸ”—Routes
  • About
    • 🎨Discloud Brand
      • Name origin
      • Visual Identity
  • πŸ”—Links
    • 🌎Website
    • πŸ“ŠDisCloud Status
  • πŸ“œLegal
    • πŸ“„Terms of Service (TOS)
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. local environment
  2. Install

Python

PreviousJavaScript (NodeJS)NextRuby

Last updated 2 years ago

Was this helpful?

Install Python on your computer

pip - Install Python on your computer

Select your Operating System

Installing Python

Check the Python installation

Open cmd or PowerShell and run:

python --version

Check the pip installation

Open cmd or PowerShell and run:

pip -V

If it returns the version of both then it is installed correctly!

Installing Python

If you use Ubuntu or any distro based on it, run the following command in Terminal:

sudo apt install python3 python3-pip

If you use Fedora, run the following command in Terminal

sudo dnf install python3 python3-pip

If you use Arch Linux or any distro based on it, run the following command in Terminal:

sudo pacman -S python python-pip

Check the Python installation

Open Terminal and run:

python --version

Check the pip installation

Open Terminal and run:

pip -V

If it returns the version of both then it is installed correctly!

Ubuntu

Repository Package Information: ,

Fedora

Repository Package Information: ,

Arch Linux

Repository Package Information: ,

πŸ–₯️
βš™οΈ
🐍
python
pip
python
pip
python
pip
Download Python Here