PyRevitMEP - MEP Extensions for PyRevit
git clone https://github.com/eirannejad/pyRevit.git %APPDATA%\pyRevit_git --depth=1
git clone https://github.com/CyrilWaechter/pyRevitMEP.git %APPDATA%\pyRevit_git\extensions\pyRevitMEP.extension --depth=1
#APPDATA\pyrevit_git
with your pyrevit path if custom
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<RevitAddIns>
<AddIn Type = "Application">
<Name>PyRevitLoader</Name>
<Assembly>$APPDATA\pyrevit_git\bin\engines\279\pyRevitLoader.dll</Assembly>
<AddInId>B39107C3-A1D7-47F4-A5A1-532DDF6EDB5D</AddInId>
<FullClassName>PyRevitLoader.PyRevitLoaderApplication</FullClassName>
<VendorId>eirannejad</VendorId>
</AddIn>
</RevitAddIns>
%APPDATA%\Revit\Addins\2019
(Replace 2019 with your Revit version)
bash pyrevit_install.sh
bash pyrevit_activate.sh 2019
Use pyRevit update function
Execute a git pull in your pyRevit and pyRevitMEP.extension folders
git checkout -f
Launch Cmder in bash scripts folder and and execute the script
bash pyrevit_update.sh