Changeset 36953


Ignore:
Timestamp:
2022-11-27T14:24:27+13:00 (17 months ago)
Author:
davidb
Message:

Removed deprecated instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/structured-image/trunk/README.txt

    r36920 r36953  
    6363}
    6464
    65 
    66 
    67 =========
    68 
    69 Deprecated
    70 
    71 #====
    72 # Getting the extension
    73 #====
    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-image
    79 
    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 extension
    85 #====
    86 
    87 #-<>
    88 #  <One-time-only>
    89 #--
    90 
    91 cd ext/structured-image
    92 ./CREATE-VENV-PYTHON3.sh
    93 cd ../..
    94 
    95 ln -s ext/structured-image/SETUP-TOP-LEVEL.sh SETUP.sh
    96 ln -s ext/structured-image/DEVEL-TOP-LEVEL.sh DEVEL.sh
    97 
    98 # If your python does not already have Google Cloud Vision
    99 source ./SETUP.sh
    100 pip install --upgrade google-cloud-vision
    101 
    102 #--
    103 #  </One-time-only>
    104 #</>
Note: See TracChangeset for help on using the changeset viewer.