~openerp-community/openobject-addons/openerp-evernote

« back to all changes in this revision

Viewing changes to openERP_evernote/doc/installation_help.doc

  • Committer: Serpent Consulting Services Pvt. Ltd.
  • Date: 2014-02-14 12:19:58 UTC
  • Revision ID: support@serpentcs.com-20140214121958-0xvhh8rds1j9sdjx
[IMP] Improvements 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
          This module made integration between OpenERP and Evernote.
4
 
        
5
 
        For installing this module you have to install evernote api for python.
6
 
        
7
 
        1. You can get evernote api from 
8
 
            
9
 
           https://pypi.python.org/pypi/evernote
10
 
        
11
 
          2. Extract the zip file.
12
 
        
13
 
        3. Run below command in terminal 
14
 
        
15
 
           $ python setup.py install
16
 
        
17
 
         Thats it evernote api is installed in your system.
18
 
        
19
 
        You can check api install successfully or not, Run below command in       
20
 
          terminal
21
 
        
22
 
        $ python -c 'from evernote.api.client import EvernoteClient'
23
 
 
24
 
 
25