Changeset 34686 for gs3-extensions


Ignore:
Timestamp:
2021-01-21T14:21:29+13:00 (3 years ago)
Author:
davidb
Message:

Extra details of what to do added in

Location:
gs3-extensions/mars-src/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/CREATE-VENV-PYTHON2.sh

    r34391 r34686  
    2323echo "* To activate this version of python, enter:"
    2424echo "*   source \"$GEXT_MARS_INSTALLED/virtualenv-python2/bin/activate\""
     25echo "*"
     26echo "* Then install the following Python modules with:"
     27echo "*   pip install six sklearn matplotlib"
    2528echo "****"
    2629
  • gs3-extensions/mars-src/trunk/CREATE-VENV-PYTHON3.sh

    r34659 r34686  
    2020echo "* To activate this version of python, enter:"
    2121echo "*   source \"$GEXT_MARS_INSTALLED/virtualenv-python3/bin/activate\""
     22echo "*"
     23echo "* Then install the following Python modules with:"
     24echo "*   pip install six sklearn matplotlib"
    2225echo "****"
    2326
Note: See TracChangeset for help on using the changeset viewer.