You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ run.bat COURSE_URL # where COURSE_URL is your course url
35
35
36
36
The scripts will boostrap all installation and download all needed files on the fly.
37
37
38
+
**pip**
39
+
40
+
```shell
41
+
pip install echo360
42
+
echo360-downloader COURSE_URL # where COURSE_URL is your course url
43
+
```
44
+
38
45
### Optional
39
46
40
47
- 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.
0 commit comments