Skip to content

Install_OSX_Git

Keith Sterling edited this page Feb 14, 2019 · 5 revisions

Installation on OSX Using Git

Before you install Programy on OSX you need to check that you have the pre-requisites installed, named Python 3.x and Pip. Installation instructions for OSX can be found in OSX Prerequisites

git init .
git remote add github https://github.com/keiffster/program-y.git
git pull github master
Clone this wiki locally