@@ 6,6 6,19 @@ Need to set the username and the password as environment variables.
Some files are getting redownloaded everytime, from the little I've seen this mostly concerns
the interactive html module, they change etag every single time, so there isn't much to do.
+## Build
+
+```
+python3 -m build
+```
+
+## Installation
+
+```
+pip3 install dist/Download... .whl
+```
+
+## Usage
```
usage: download_REPLACE_ME_course [-h] --city CITY [--promotion PROMOTION] [-o OUTPUT_DIR] [--debug]
@@ 20,7 33,6 @@ options:
--debug Verbose output.
```
-## Usage
```
export REPLACE_ME_USERNAME=<username>