Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Last active May 19, 2020 23:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adithyabsk/0ca7d350fdffef1861d7640a24d78c7a to your computer and use it in GitHub Desktop.
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