Commit 355dfe3b4eeab6c0296d059d318bc0d404311b59
- Diff rendering mode:
- inline
- side by side
README.md
(0 / 8)
  | |||
84 | 84 | ||
85 | 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 | ||
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 | 87 | * It is recommended to do the installation inside a python virtual | |
96 | 88 | environment. | |
97 | 89 | For deploying on a server, it depends on how you have setup your server |