You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Step 2: Installation of Magento Integration [OpenERP module]**
90
90
91
-
**Preparation of the Python environment**
91
+
**Setup Python environment**
92
92
93
-
1. If not already installed by the default python installation, download the pycountry module and install it in your python directory
93
+
1. If not already installed by the default python installation, download the
94
+
pycountry module and install it in your python directory
94
95
95
-
2. Download the `magento module <https://github.com/openlabs/magento>`_ and install it in your python directory (*)
96
+
2. Download the `magento module <https://github.com/openlabs/magento>`_ and
97
+
install it in your python directory (*)
96
98
97
-
(*) it seems that in linux installations, Magento Integration takes care of 'magento module' and installs it when running the Magento Integration setup (see .5 below). So you have to install it yoursefl only if you are working under windows systems because for some reason Magento Integration lacks to install the 'magento module' (to be confirmed by developers)
99
+
(*) it seems that in linux installations, Magento Integration takes care of
100
+
'magento module' and installs it when running the Magento Integration setup
101
+
(see .5 below). So you have to install it yourself only if you are working
102
+
under windows systems because for some reason Magento Integration lacks to
103
+
install the 'magento module' (to be confirmed by developers)
98
104
99
-
(if your openERP is installed on a Windows system, copy the above modules from YourPythonDir\\Lib\\site-packages to YourOpenErpDir\\Server\\server)
105
+
(if your openERP is installed on a Windows systems, copy the above modules from
106
+
YourPythonDir\\Lib\\site-packages to YourOpenErpDir\\Server\\server)
0 commit comments