Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Last active May 19, 2020 23:09
Show Gist options
  • Select an option

  • Save adithyabsk/0ca7d350fdffef1861d7640a24d78c7a to your computer and use it in GitHub Desktop.

Select an option

Save adithyabsk/0ca7d350fdffef1861d7640a24d78c7a to your computer and use it in GitHub Desktop.
All installation steps compiled
curl https://pyenv.run | bash
pyenv install 3.6.8
pyenv install 3.7.3
pyenv global 3.6.8
pyenv shell system
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
pyenv shell --unset
git clone -b tool_usage_example https://github.com/adithyabsk/simplecalc.git
cd simplecalc
pyenv virtualenv simplecalc
pyenv local simplecalc 3.6.8 3.7.3
poetry install -E doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment