Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.01 KB

File metadata and controls

34 lines (29 loc) · 1.01 KB

Development version

If you want to install the development version of LoopStructural plugin, you can clone the repository and install the dependencies using pip.

  1. Clone the repository:
    git clone https://github.com/Loop3d/plugin_loopstructural.git
  2. Navigate to the cloned directory:
    cd plugin_loopstructural
  3. Install the required dependencies:
    pip install -r loopstructural/requirements.txt
  4. To add the plugin to QGIS make a symbolic link between the plugin location and the QGIS plugin folder:

linux

ln -s $(pwd)/loopstructural ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/LoopStructural

macOS

ln -s $(pwd)/loopstructural ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/LoopStructural

Windows

mklink /D "%APPDATA%\QGIS\QGIS3\profiles\default\python\plugins\LoopStructural" "%cd%\loopstructural"
  1. Restart QGIS to load the plugin.
  2. Install plugin autoreload