L. Arnold's picture

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

Forum: