Install Parlay¶
Parlay is written in the Python programming language, for full cross-platform compatibility. As such, Parlay requires Python 2.7 to be installed your computer, as well as several python libraries.
Install Python - Windows only¶
If you are installing Parlay on a Windows PC, you will need to install Python 2.7 if you do not already have it. If you are running Linux or OSX, python is already included on your machine.
How to Install Parlay¶
You can use python’s package manager, pip, to install Parlay directly from the git repository.
c:\> pip install git+https://github.com/PromenadeSoftware/Parlay.git
This should install all dependencies for Parlay as well.