Installing a pyRevit Extension

Installing a pyRevit Extension

Table of contents

No heading

No headings in the article.

To install a Pyrevit extension for a Revit project, follow the following steps:

  1. Download and install the PyRevit setup from the link below. pyRevit helps you quickly sketch out your automation and addon ideas, inside the Revit environment and using its APIs.

    https://github.com/eirannejad/pyRevit/releases

  2. Go to the GitHub repository of the extension project. i.e https://github.com/symonkipkemei/panelization

  3. Look for the extension.json file

  4. Open and copy the extension file info.

  5. Search for the %AppData% folder on your PC, a Windows environment variable that stores the path to the AppData folder. This will direct you to "C:\Users\username\AppData\Roaming." Path

  6. Open pyRevit-Master folder > extensions folder > extensions.json file

  7. Open the extensions.json file and append the extension data copied from step 3 at the end of the script as shown below.

  8. The extension will appear in Pyrevit Extension Manager.

  9. Proceed with its installation, the tool will now appear on the Revit Tool bar!

  10. Congratulations!, you can now test/enjoy the tool. For future updates, the tool will be auto-updated.