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.
README.md
(0 / 8)
  
8484
8585 > `` $ 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
9587* It is recommended to do the installation inside a python virtual
9688 environment.
9789 For deploying on a server, it depends on how you have setup your server