Commit 355dfe3b4eeab6c0296d059d318bc0d404311b59
Updating README.md
- Removing documentation related to fetching a git submodule for user
management code.
| | | | 84 | | 84 | |
---|
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 `` |
---|
86 | | 86 | |
---|
87 | If you have already cloned the repo, and then reading this README, you have | | 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: | | to get the submodules. Run this from the top-level of this repo: |
---|
89 | | | |
---|
90 | > `` $ git submodule init `` | | > `` $ git submodule init `` |
---|
91 | | | |
---|
92 | > `` $ git submodule update `` | | > `` $ git submodule update `` |
---|
93 | | | |
---|
94 | | | |
---|
95 | * It is recommended to do the installation inside a python virtual | 87 | * 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 server | 89 | For deploying on a server, it depends on how you have setup your server |
---|