# Install PhotosynQ for Python
New python users should consider installing Anaconda (opens new window) which includes both the python interpreter and the Jupyter (opens new window) python editor.
For advanced users, we recommend using Spyder (opens new window) to edit and run python code.
# Installation
Install using pip in the terminal.
pip install git+https://github.com/Photosynq/PhotosynQ-Python.git --upgrade --no-cache-dir
GitHub: Source (opens new window)