We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3616450 commit 94365cdCopy full SHA for 94365cd
README.md
@@ -36,6 +36,12 @@ Install library dependencies
36
pip install -r requirements.txt
37
```
38
39
+After downloading all files, extract them in the same base folder using the following command:
40
+
41
+```
42
+cat *.tar.gz | tar -xzf - -i
43
44
45
### How to use
46
47
To list the available command line arguments type
@@ -97,4 +103,4 @@ We provide three simple examples in the `examples` folder:
97
103
GNU General Public License for more details.
98
104
99
105
You should have received a copy of the GNU General Public License
100
- along with this program. If not, see <https://www.gnu.org/licenses/>.
106
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
0 commit comments