Forum archive
TKLDEV and PIP or Easy Install (Solved via GIT and Python install)
Trying to get something in via TKLDEV I can do running solo.
How to install via TKLDEV either when the Package is not found when loaded in
/plan/main ?
pip install magento $ easy_install magento
I thought Perhaps Python-Magetnto was the same but seems to not be.
I did add
python-pip
to main successfully
How to use it in TKLDEV
-------------
FOOTNOTE that is not clearly leading anywhere.
-------------
I tried to add to MAIN for a test
python-pip python-magento
and see if it builds
NOPE.. I guess I need to do a PIP Call to magento
https://pypi.python.org/pypi/magento
or figure out how to call
https://github.com/bernieke/python-magento/blob/master/README.rst closes with: Installation python-magento is on PyPi:
pip install python-magento
easy_install python-magento
... or grab this code and run setup.py install
I wouild prefer the Pip or Easy_install
I found that I need to Install New ISO
and MUST
then
then
then
OCA Odoo - Magento Connector is then available for Module installation (essentially it is installed)
But I would like this to go into TKLDEV still.
At least we got a build from a build with all the additional GITS installing.
Passwords are a little wrangle still, but defaults are easy to change it seems.