SQLAlchemy

Uit De Vliegende Brigade
Versie door Jeroen Strompf (overleg | bijdragen) op 14 jan 2019 om 14:53 (Nieuwe pagina aangemaakt met '== Installatie SQLAlchemy (okt. 2018 - Python 2.7) == * [https://pypi.org/project/SQLAlchemy/#files Download] .tar.gz-bestand naar * Pak het bestand uit en plaats...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen

Installatie SQLAlchemy (okt. 2018 - Python 2.7)

  • Download .tar.gz-bestand naar
  • Pak het bestand uit en plaats inhoud in een map onder /usr/local/bin/ In mijn geval is dat map /usr/local/bin/SQLAlchemy-1.2.12
  • python setup.py install - Alleen C-gedeelte lukt niet
  • Test: Ga naar een andere map (m'n projetmap in dit geval):
python
Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlalchemy
>>> sqlalchemy.__version__
'1.2.12'

Installatie SQLAlchemy (jan. 2019 - Python 3.x)