Rearrange project and dockerize

This commit is contained in:
Bálint Bokros
2017-11-21 13:19:37 +01:00
parent e08be83c5e
commit c3e35cd549
13 changed files with 70 additions and 5 deletions

4
.pyenvrc Normal file
View File

@ -0,0 +1,4 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"