The USB generator is a script to download everything you need for a Django Girls' workshop in case there is no Internet.
You can choose to download everything or skip some parts. You can choose as many languages as you want for the tutorial.
- Django Girls tutorial
- Bootstrap
- Lobster font
- Python 3.5.2
- Django 1.10
- Sublime Text 2
- Atom 64bits
Download and install djangogirls_usbgenerator:
pip install djangogirls_usbgenerator
Launch the script:
djangogirls_usbgenerator
Follow the instruction for each step. Valid answers for each step: yes, y, enter or no, n. Enter q to quit.
If you want to download everything:
djangogirls_usbgenerator --all
You will only be asked which languages you want for the tutorial. The rest will download automatically.
Baptiste Mispelon