Changes between Version 24 and Version 25 of InstallationGuidelines/OpenShift
- Timestamp:
- 07/29/14 11:16:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/OpenShift
v24 v25 122 122 Note that these are only some of the libraries - please add them as needed. 123 123 You 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 125 125 {{{ 126 $gedit setup.py # find a line 'install_requires', and make the above changes. CTRL-S and close gedit window. 126 127 $git add . 127 128 $git commit # make sure you see file 'setup.py' is included in the list.