Commit 355dfe3b4eeab6c0296d059d318bc0d404311b59

  • avatar
  • arvind
  • Tue Jun 03 17:45:25 IST 2014
Updating README.md
    - Removing documentation related to fetching a git submodule for user
    management code.
  • Diff rendering mode:
  • inline
  • side by side

README.md

8484
85 > `` $ git clone --recursive https://git.pantoto.org/sweet-web/sweet-web-engine.git ``85 > `` $ git clone --recursive https://git.pantoto.org/sweet-web/sweet-web-engine.git ``
8686
87 If you have already cloned the repo, and then reading this README, you have
88 to get the submodules. Run this from the top-level of this repo:
89
90 > `` $ git submodule init ``
91
92 > `` $ git submodule update ``
93
94
95* It is recommended to do the installation inside a python virtual87* It is recommended to do the installation inside a python virtual
96 environment.88 environment.
97 For deploying on a server, it depends on how you have setup your server89 For deploying on a server, it depends on how you have setup your server