-
Notifications
You must be signed in to change notification settings - Fork 135
Install_Windows_Git
Keith Sterling edited this page May 7, 2019
·
3 revisions
Before you install Programy on Ubuntu you need to check that you have the pre-requisites installed, named Python 3.x and Pip. Installation instructions for Windows can be found in Windows Prerequisites
Once Git is installed we can download the latest and greatest code from Github
cd /opt
mkdir program-y
cd program-y
git init .
git remote add program-y https://github.com/keiffster/program-y
git pull program-y master
Next, we need Pip and the Python 3 version of it. Once this is installed we can install all of the necessary Python dependencies.
sudo apt-get install python3-pip
pip3 install --upgrade pip
pip3 install -r requirements.txt
We can now install and configured all of the clients starting with the REST service.
You are now ready to start working your with bot. To do this, jump to the next page You and Your Bot
Email: keiffster@gmail.com | 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