Discloud Docs
English
English
  • 👋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
Edit on GitHub
  1. local environment
  2. Install

Python

PreviousJavaScript (NodeJS)NextRuby

Last updated 2 years ago

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