Skip to content

Commit 94365cd

Browse files
committed
updated readme
1 parent 3616450 commit 94365cd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Install library dependencies
3636
pip install -r requirements.txt
3737
```
3838

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+
3945
### How to use
4046

4147
To list the available command line arguments type
@@ -97,4 +103,4 @@ We provide three simple examples in the `examples` folder:
97103
GNU General Public License for more details.
98104

99105
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

Comments
 (0)