Newer
Older
# In a Nutshell
After reading all the steps, it is time to summarize everything for faster code snippet searching.
1. Download the TU Delft template
```bash
??????????????????????????????
```
2. Create the environment
```bash
conda create --name=<env-name> python=3.7
conda activate <env-name>
conda install pip
pip install -r requirements.txt
```
3. Build your book
```bash
jupyter-book build --all <book-path>
```
4. Create and configure Git
??????????????????
5. Publish your book
????????????????
6. Email to TU Delft
?????????????????