Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/18/25 in Posts

  1. Domain added. it can take up to 2 hours to start working.
    1 point
  2. Added. it can take up to 2 hours to start working.
    1 point
  3. Try something like this python3 -m venv .venv source .venv/bin/activate pip3 install python-telegram-bot pillow pytesseract requests email-validator python-dotenv
    1 point
  4. The command is working fine, it's just letting you know that you should use a virtual environment. Parts of the operating system use Python too so if you change the versions or install random stuff to environment that the operating system uses you could break the whole VPS. Here is a guide for how to create a virtual environment and install modules with pip inside it. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
    1 point
  5. 1 point
×
×
  • Create New...