Skip to content

nodatasheet/pyKostik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyKostik

Extension with some useful tools for pyRevit general_tab_pic_1.png

Installation and Management

Requirements

Install

  • In Windows Command Prompt run command:
    pyrevit extend ui pyKostik "https://github.com/nodatasheet/pyKostik" --branch=main
  • In PyRevit Tab on the bottom left press Reload button.

Update

  • Option 1: using pyRevit.
    • In pyRevit Tab on the bottom left press Update button.
    • You can also enable automatic updates in pyRevit -> Settings -> Core Settings -> Check updates at startup
  • Option 2: using command line
    • In Windows Command Prompt run command:
      pyrevit extensions update pyKostik
    • In PyRevit Tab on the bottom left press Reload button.

Uninstall

  • Option 1: using pyRevit.
    • in pyRevit -> Extensions -> select pyKostik and press Remove Extension.
  • Option 2: using command line
    • In Windows Command Prompt run command:
      pyrevit extensions delete pyKostik
    • In PyRevit Tab on the bottom left press Reload button.

Credits