Note about adding submodules after cloning

This commit is contained in:
Benjamin Bach 2017-08-28 21:53:38 +02:00
parent 8c5d063b8b
commit ab18d46bfe
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ Clone with --recursive to include submodules:
git clone --recursive https://github.com/bornhack/bornhack-website
If you already cloned the repository, you can add the submodules like this:
git submodule update --init --recursive
### Virtualenv
Create a Python 3 virtual environment and activate it: