pyDatalog can be easily installed from the python package library (pypi).
Installation on Windows
pip install pyDatalog
in the command box of pip-Win, and click runpip install sqlalchemy
in the command box, and click runAlthough you can start programming in Python's IDLE, it is recommended to use a development environment, such as PyCharm.
To later upgrade pyDatalog, restart pip-Win, and enter pip install --upgrade pyDatalog
in the command box (or click Upgrade all packages).
Installation on other platforms, using pip
pip install pyDatalog
pip install sqlalchemy
To verify installation, start python IDLE, then type from pyDatalog import pyDatalog
(or try import pyDatalog
).
Although you can start programming in Python's IDLE, it is recommended to use a development environment, such as PyCharm.
To install an update of pyDatalog, use pip install --upgrade pyDatalog
(or upgrade all your packages)
Installation on pypy
pypy setup.py install
" from the shell (or "sudo pypy setup.py install
" to have admin privilege). Add the full path to pypy if needed. If setup.py is not found, try with Setup.py.To verify installation, run a program using pypy <full path to a pyDatalog example file> . Add the full path to pypy if needed.