Skip to content

Commit

Permalink
Merge pull request #6 from ar-siddiqui/development
Browse files Browse the repository at this point in the history
add warning about pandas installation
  • Loading branch information
ar-siddiqui authored Mar 4, 2021
2 parents f62b63d + 2140b96 commit e958ac8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion area_weighted_average_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,12 @@ def shortHelpString(self):
<p>Report as a GIS layer.</p>
<h3>Report as HTML [optional]</h3>
<p>Report containing feature-wise breakdown of the analysis.</p>
<br><p align="right">Algorithm author: Abdul Raheem Siddiqui</p><p align="right">Help author: Abdul Raheem Siddiqui</p><p align="right">Algorithm version: 0.1</p><p align="right">Contact email: ars.work.ce@gmail.com</p></body></html>"""
<p align="right">Algorithm author: Abdul Raheem Siddiqui</p>
<p align="right">Help author: Abdul Raheem Siddiqui</p>
<p align="right">Algorithm version: 0.1</p>
<p align="right">Contact email: ars.work.ce@gmail.com</p>
<p>** If the python library pandas is not installed on the QGIS installation of python; this algorithm will try to install pandas library to the QGIS installation of python.</p>
</body></html>"""

def helpUrl(self):
return "mailto:ars.work.ce@gmail.com"
Expand Down

0 comments on commit e958ac8

Please sign in to comment.