-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add warning about pandas installation
- Loading branch information
1 parent
50c123a
commit 2140b96
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected]</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: [email protected]</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:[email protected]" | ||
|