Changeset 34663


Ignore:
Timestamp:
2021-01-14T18:24:00+13:00 (3 years ago)
Author:
davidb
Message:

Further notes added after fresh test on Amazon Linux2 AMI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/README.txt

    r34657 r34663  
    2121#====
    2222
    23 #--
    24 #<One-time-only>
     23#-<>
     24#  <One-time-only>
    2525#--
    2626
     
    3030
    3131ln -s ext/mars/SETUP.sh SETUP.sh
     32
     33# If your python does not already have 'six', 'sklearn', or 'matplotlib' then:
     34source ./SETUP.sh
     35pip install six
     36pip install sklearn
     37pip install matplotlib
     38
    3239#--
    33 #</One-time-only>
    34 #--
     40#  </One-time-only>
     41#</>
    3542
    3643source ./SETUP.sh
     
    94101# Pick which version of Python you want to work with (v2 or v3)
    95102
    96   source ./darwin/virtualenv-python2/bin/activate
     103  source ./$GSDLOS/virtualenv-python2/bin/activate
    97104
    98   source ./darwin/virtualenv-python3/bin/activate
     105  source ./$GSDLOS/virtualenv-python3/bin/activate
    99106
    100107# To run essentia python tests need to have install sklearn
Note: See TracChangeset for help on using the changeset viewer.