#!/bin/sh
|
|
|
|
git clone https://github.com/jeroenmeulenaar/python3-mega
|
|
cd python3-mega
|
|
pip install -r requirements.txt
|
|
python setup.py install
|
|
|
|
cd ..
|
|
python download_dict.py
|