If you want to install the development version of LoopStructural plugin, you can clone the repository and install the dependencies using pip.
- Clone the repository:
git clone https://github.com/Loop3d/plugin_loopstructural.git
- Navigate to the cloned directory:
cd plugin_loopstructural - Install the required dependencies:
pip install -r loopstructural/requirements.txt
- 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/LoopStructuralmacOS
ln -s $(pwd)/loopstructural ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/LoopStructuralWindows
mklink /D "%APPDATA%\QGIS\QGIS3\profiles\default\python\plugins\LoopStructural" "%cd%\loopstructural"- Restart QGIS to load the plugin.
- Install plugin autoreload