Skip to content

Commit 92bc5fa

Browse files
capitaineparam107
authored andcommitted
Update introduction.rst
* Added steps for installation of python modules 'magento' and 'pycountry' required by openERP 'magento_integration' module.
1 parent 0d368b9 commit 92bc5fa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/source/introduction.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,17 @@ System >> Magento Connect >> Magento Connect Manager
8888

8989
**Step 2: Installation of Magento Integration [OpenERP module]**
9090

91-
**Downloading the module**
91+
**Preparation of the Python environment**
92+
93+
1. If not already installed by the default python installation, download the pycountry module and install it in your python directory
94+
95+
2. Download the `magento module <https://github.com/openlabs/magento>`_ and install it in your python directory (*)
96+
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)
98+
99+
(if your openERP is installed on a Windows system, copy the above modules from YourPythonDir\\Lib\\site-packages to YourOpenErpDir\\Server\\server)
100+
101+
**Downloading the magento_integration module**
92102

93103
1. The module source is available online and can be downloaded from
94104
`here <https://github.com/openlabs/magento_integration>`_.

0 commit comments

Comments
 (0)