envtransfer

Transfer your environment between computers using Yandex Disk.


License
GPL-2.0
Install
pip install envtransfer==0.12

Documentation

###EnvTransfer - transfer your project with virtual environment between computers using Yandex disk.

Build Status

##Installation

1. Create a Python virtual environment and activate it

    If Pip and virtual environments are not installed
    
        $ wget https://bootstrap.pypa.io/get-pip.py
        $ python get-pip.py
        $ pip install virtualenv
        
    $ virtualenv venv
    $ source venv/bin/activate

2. Install package

    $ pip install https://github.com/deslum/envtransfer/archive/master.zip

##Using

Get token

$ envtransfer auth

Upload environment

$ envtransfer upload

Download environment

$ envtransfer download