How to Install sqlalchemy on Windows

Configurare noua (How To)

Situatie

The Python sqlalchemy library is among the top 100 Python libraries, with more than 34,523,313 downloads. This tutorial will show you everything you need to get this installed in your Python environment.

Backup

  1. Type "cmd" in the search bar and hit Enter to open the command line.
  2. Type “pip install sqlalchemy” (without quotes) in the command line and hit Enter again. This installs sqlalchemy for your default Python installation.
  3. The previous command may not work if you have both Python versions 2 and 3 on your computer. In this case, try "pip3 install sqlalchemy" or “python -m pip install sqlalchemy“.
  4. Wait for the installation to terminate successfully. It is now installed on your Windows machine.

Solutie

Tip solutie

Permanent
Etichetare:

Voteaza

(6 din 14 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?