Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 788 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 788 Bytes

###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