Changes between Version 24 and Version 25 of InstallationGuidelines/OpenShift


Ignore:
Timestamp:
07/29/14 11:16:27 (11 years ago)
Author:
andre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/OpenShift

    v24 v25  
    122122Note that these are only some of the libraries - please add them as needed.
    123123You can find the setup.py file in your own laptop. if you use Ubuntu, you can find it in /home/YOUR_APP_NAME.
    124 After you change the file content, do:
     124
    125125{{{
     126$gedit setup.py  # find a line 'install_requires', and make the above changes. CTRL-S and close gedit window.
    126127$git add .
    127128$git commit   # make sure you see file 'setup.py' is included in the list.