How to installΒΆ

  1. Clone dropme repository: git clone https://github.com/tivaliy/dropme.git.
  2. Configure settings.yaml file (in dropme/settings.yaml).
token: YOUR_DROPBOX_ACCESS_TOKEN
  1. Create isolated Python environment virtualenv venv and activate it source venv/bin/activate.

  2. Install dropme with all necessary dependencies:

    pip install -r requirements.txt .

  3. (Optional) Add dropme command bash completion:

    dropme complete | sudo tee /etc/bash_completion.d/gc.bash_completion > /dev/null

    Restart terminal and activate virtual environment once again.