Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Stand-alone Stubs (for Autodesk + Revit) #15

Open
apsis0215 opened this issue Sep 1, 2022 · 0 comments
Open

Question: Stand-alone Stubs (for Autodesk + Revit) #15

apsis0215 opened this issue Sep 1, 2022 · 0 comments

Comments

@apsis0215
Copy link

First off - thank you, great work- next I am learning how to install it in VS. I borrowed my stubs from PyRevit. Is there a way to make it stand alone?

I had to launch from a CMD that looked something like:

@echo off
setlocal 
set path=%path%;C:\Users\rallen\AppData\Roaming\pyRevit-Master\bin
cd c:
%userprofile%\AppData\Roaming\pyRevit-Master\bin
%userprofile%\AppData\Roaming\pyRevit-Master\bin\pyrevit-stubsbuilder.exe --dest="%userprofile%\AppData\Local\Programs\Python\Autodesk.Revit.R22" "C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll" --search="C:\Program Files\Autodesk\Revit 2022" 

@echo complete
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant