Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 705 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 705 Bytes

ILIAS-Sync2Folder-CLI

Command line version of ILIAS-Sync2Folder

How to start the CLI after cloning

Open a virtual environment for python3

$ pip install virtualenv
$ virtualenv env

For Linux:

$ source env/bin/activate

For Windows:

$ env\Scripts\activate.bat

Both again (in your cloned directory):

$ pip install cliff
$ pip install -e .

You can get started by typing:

$ sync2folder -h

Used Python libraries