$ pyenv virtualenv 3.6 some-name $ echo some-name > /path/to/project/.python-version $ cd /path/to/project $ pip install -r requirements.txt