-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from JakubCha/update_library
ExactExtract package update information
- Loading branch information
Showing
8 changed files
with
111 additions
and
52 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## About | ||
This plugin use [exactextract](https://github.com/isciences/exactextract/tree/master) library. It's an external package that's not shipped with QGIS by default. | ||
<br /> | ||
|
||
## Installation | ||
### Automatic | ||
This plugin comes with automatic installation module which installs `exactextract` to QGIS user `profile` directory. | ||
### Manual | ||
User might also install library by himself using `OSGeo4W Shell` command: `pip install exactextract` | ||
<br /> | ||
|
||
## Update | ||
### Plugin was installed automatically | ||
Similar to `Manual` installation step input command: `pip install exactextract --upgrade` | ||
### Plugin was installed with `OSGeo4W Shell` | ||
1. Close QGIS. | ||
2. Go to `C:\Users\<Username>\AppData\Roaming\QGIS\QGIS3\profiles\<profile name>\python\plugins\python3.9` | ||
and remove directories with `exactextract` in name. | ||
3. Open QGIS and let plugin install the package using `Automatic` method. |
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
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
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
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
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