Skip to content

Commit 2601583

Browse files
committed
bump version
Signed-off-by: Tin Lai <[email protected]>
1 parent e64f883 commit 2601583

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ run.bat COURSE_URL # where COURSE_URL is your course url
3535

3636
The scripts will boostrap all installation and download all needed files on the fly.
3737

38+
**pip**
39+
40+
```shell
41+
pip install echo360
42+
echo360-downloader COURSE_URL # where COURSE_URL is your course url
43+
```
44+
3845
### Optional
3946

4047
- ffmpeg (for transcoding ts file to mp4 file) See [here](https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg) for a brief instructions of installing it in different OS.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="echo360",
11-
version="2.0",
11+
version="v2.1",
1212
description="Commandline tool for automated downloads of echo360 videos",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -23,7 +23,7 @@
2323
platforms="linux, macos, windows",
2424
entry_points={
2525
"console_scripts": [
26-
"echo360-download=echo360.main:main",
26+
"echo360-downloader=echo360.main:main",
2727
],
2828
},
2929
package_data={"echo360": ["*.py"]},
@@ -36,7 +36,7 @@
3636
"Topic :: System :: System Shells",
3737
"Topic :: Terminals",
3838
"Topic :: System :: Networking",
39-
"License :: OSI Approved :: MIT",
39+
"License :: OSI Approved :: MIT License",
4040
],
4141
license="MIT",
4242
author="soraxas",

0 commit comments

Comments
 (0)