====== Using the file import API ====== ===== Using the Python Client ===== Follow these steps to get a Python environment for use with the import API up and running: - Install Python 3.x (preferably Python 3.4) [[https://www.python.org/downloads/|from here]] - Create a virtual environment in the directory where your application will be located: \\ C:\mydir>c:\Python34\python.exe -m venv venv - Activate the environment: \\ C:\mydir>venv\Scripts\activate.bat - Install the Lime CRM API Client from PyPi: \\ (venv) C:\mydir>pip install limeclient ==== Writing import scripts ==== The documentation for the //limeclient// library [[http://limeclient.readthedocs.org/en/latest/index.html|can be found here]]. === Note! === Limeclient cannot use the admin-user on hosting. ==== Other Topics ==== * [[integration:import:api:transforming|Importing files that need tweaking]] * [[integration:import:api:scheduling|Scheduling imports]]