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
- Host: GitHub
- URL: https://github.com/serenasensini/pyarchinit_3
- Owner: serenasensini
- Created: 2018-01-23T13:56:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T19:01:37.000Z (over 7 years ago)
- Last Synced: 2025-03-10T18:05:29.177Z (10 months ago)
- Language: Python
- Size: 7.43 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  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