tgpfeiffer / restful-openerp

36 stars 13 forks source link

help to install depencies #16

Closed jeanlucDjeke closed 8 years ago

jeanlucDjeke commented 8 years ago

Hello, i'm a new developer in odoo.I have to develop a restFul api to communicate with my odoo in backend. I see this post and i'm very interested but i can't install the depencies.Please help me soory my english is not very good

tgpfeiffer commented 8 years ago

First, I don't know if this software still works with Odoo in the current versions. I am running it only against OpenERP 6.

As for the dependency installation, did you follow the instructions from the Readme?

virtualenv --no-site-packages .env . .env/bin/activate pip install -r requirements.txt

tgpfeiffer commented 8 years ago

(Closing because no response for some months.)