-
Notifications
You must be signed in to change notification settings - Fork 135
Install_OSX_Git
Keith Sterling edited this page Feb 13, 2019
·
5 revisions
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
You can then use 'git pull' each time there is a new release to MASTER
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
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
Email: [email protected] | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website