~tieong/download-course

05d0a87fdbcc35c218946008203caff07d40bb08 — Thomas Ieong 2 years ago 0b871f6
Updated README
1 files changed, 13 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +13 -1
@@ 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>