added single file dependency
This commit is contained in:
parent
6f2491a0a7
commit
34d561a639
|
@ -1,3 +1,4 @@
|
||||||
.vscode
|
.vscode
|
||||||
output/
|
output/
|
||||||
|
node_modules/
|
||||||
credentials.yaml
|
credentials.yaml
|
||||||
|
|
|
@ -44,8 +44,11 @@ To run the program, you will need the following dependencies:
|
||||||
`pip install python-dateutil`
|
`pip install python-dateutil`
|
||||||
`pip install PyYAML`
|
`pip install PyYAML`
|
||||||
|
|
||||||
|
`npm i github:gildas-lormeau/SingleFile`
|
||||||
|
|
||||||
You can install these dependencies using
|
You can install these dependencies using
|
||||||
`pip install -r requirements.txt`
|
`pip install -r requirements.txt` AND
|
||||||
|
`npm i`
|
||||||
|
|
||||||
Then run from the command line:
|
Then run from the command line:
|
||||||
`python export.py`
|
`python export.py`
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"single-file": "github:gildas-lormeau/SingleFile"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue