An open API service indexing awesome lists of open source software.

https://github.com/serenasensini/pyarchinit_3

Portabilità plugin pyarchinit da Python 2.x a 3.x
https://github.com/serenasensini/pyarchinit_3

Last synced: 15 days ago
JSON representation

Portabilità plugin pyarchinit da Python 2.x a 3.x

Awesome Lists containing this project

README

          

# ![](icon.png) PyArchInit3 - QGIS plugin

## Installing

### Linux/Windows/MacOS
1. Download the zip archive from github
2. Install the python packages requirements (see [Dependencies](#dependencies) paragraph)
3. Open QGIS and then from Plugin manager use Install from ZIP to install the plugin

#### Dependencies
* Networkx
* Maptplotlib
* Pyper (for R)
* [Graphviz Visualization Software](https://www.graphviz.org/)
* [graphviz python module](https://github.com/xflr6/graphviz)

The dependencies can be installed using the [modules_installer.py](/scripts/modules_installer.py)
and run it from within a python shell:

```python modules_installer.py```

### Contribute
1. Fork the repository
2. Make your changes
3. Commit to your repository
4. Create a pull request