initial commit
This commit is contained in:
commit
ad9ce7ca77
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
venv/
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
selenium
|
7
setup.fish
Normal file
7
setup.fish
Normal file
@ -0,0 +1,7 @@
|
||||
/bin/env python3 -m venv venv
|
||||
. venv/bin/activate.fish
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
echo
|
||||
echo "Usage: ./download <StudOn-Course-URL>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user