Skip to content

Install_OSX_Git

Keith Sterling edited this page Feb 13, 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

Installing via Git

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

You can then use 'git pull' each time there is a new release to MASTER

Download source

Head over to https://github.com/keiffster/program-y and following green 'Clone or Download' button. Once you have the file on downloaded, uncompress into the folder of choice

Directory Structure

Whichever option you choose, you end up with Program-Y installed on your file system. There are 3 top level folders to know about

  • /bots - Contains a number of bots, all of which can be loaded by using the supplied scripts. To start check out Ybot which is the one I personally maintain and use to build extensions and grammars
  • /docs - Github HTML root page, I doubt you'll ever need to work about this
  • /src - The source code and unit tests for Program-Y

Next: Running Program-Y on OSX

Clone this wiki locally