Changeset 36953
- Timestamp:
- 2022-11-27T14:24:27+13:00 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/structured-image/trunk/README.txt
r36920 r36953 63 63 } 64 64 65 66 67 =========68 69 Deprecated70 71 #====72 # Getting the extension73 #====74 75 Assuming you are in the Greenstone3 top-level (i.e. GSDL3SRCHOME) directory,76 (if not already done so) this extension can be checked out as follows:77 78 svn co https://svn.greenstone.org/gs3-extensions/structured-image/trunk ext/structured-image79 80 Note that the plugin this extension introduces makes use of a Google Service Account and requires credentials. For more details, visit: https://cloud.google.com/vision/docs/setup.81 82 83 #====84 # Compiling the extension85 #====86 87 #-<>88 # <One-time-only>89 #--90 91 cd ext/structured-image92 ./CREATE-VENV-PYTHON3.sh93 cd ../..94 95 ln -s ext/structured-image/SETUP-TOP-LEVEL.sh SETUP.sh96 ln -s ext/structured-image/DEVEL-TOP-LEVEL.sh DEVEL.sh97 98 # If your python does not already have Google Cloud Vision99 source ./SETUP.sh100 pip install --upgrade google-cloud-vision101 102 #--103 # </One-time-only>104 #</>
Note:
See TracChangeset
for help on using the changeset viewer.