# Installation PRISMDATA has Windows, Linux and OSX prebuilt wheels on pypi. We *strongly* recommend using a conda or virtualenv to create a clean installation container. ## Pypi Installation ``` pip install prismdata ``` PRISMDATA itself is pure Python and will work on all major operating systems. ## Source Installation PRISMDATA can alternatively be installed from source using the github repository. ``` # For HTTP pip install git+https://github.com/iamsaswata/prismdata #For SSH pip install git+ssh://git@github.org/iamsaswata/prismdata.git ```