Thursday 8 November 2018

Install Python in a Desktop PC

Prepare a Desktop PC
  • Identify a Desktop PC (Intel I5, 4GB RAM)
  • ping the system having MS ACCESS Time Entry Device database in LAN
  • ping the ERPNext server (eg:ermass.com.sa)
Download & Install Python
Set Environment Variables
  • Set “PY_HOME” System Environment Variables as “D:\Python” in Control Panel

  • Edit “path” System Environment Variables in Control Panel and add following lines:








Install Packages
  • Go to D:\Python\Scripts folder
  • Run pip install pyodbc
  • Run pip install json
  • Run pip install requests
  • Run pip install pathlib

No comments:

Post a Comment