How to easy install old version of frappe and erpnext

Hi friends,
Can anyone give steps to easy install older versions of frappe and erpnext?
How to mention version while doing easy install?
Thanks.

You can adjust

  • “production”
    • [production/development],
  • “frappe”
    • [the username you want to use (you need to create this user before you run the commands)],
  • “10.x.x”
    • [the version you want to use] to whichever version you prefer

sudo python install.py --production --user frappe --frappe-branch v10.x.x --erpnext-branch v10.x.x

2 Likes